usamaferoz12 commited on
Commit
0259538
1 Parent(s): 08e6b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -22,6 +22,4 @@ if st.button("Analyze Sentiment"):
22
  st.write(f"Sentiment: {sentiment_label}")
23
  st.write(f"Confidence Score: {sentiment_score:.2f}")
24
 
25
- # Run the Streamlit app
26
- if _name_ == "_main_":
27
- st.write("Enter a message and click 'Analyze Sentiment' to classify its sentiment.")
 
22
  st.write(f"Sentiment: {sentiment_label}")
23
  st.write(f"Confidence Score: {sentiment_score:.2f}")
24
 
25
+ # Run the Streamlit app