richardorama commited on
Commit
8655834
·
verified ·
1 Parent(s): ae42482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ if SENTIMENT:
59
  analyze_sentiment(SENTIMENT) # Directly pass the SENTIMENT
60
  else:
61
  st.sidebar.button('Analyze Sentiment', disabled=True)
62
- st.warning('👈 Please enter Sentiment!')
63
 
64
 
65
 
 
59
  analyze_sentiment(SENTIMENT) # Directly pass the SENTIMENT
60
  else:
61
  st.sidebar.button('Analyze Sentiment', disabled=True)
62
+ #st.warning('👈 Please enter Sentiment!')
63
 
64
 
65