Update app.py
Browse files
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 |
|