saadul commited on
Commit
60c4911
·
1 Parent(s): 4624faf

Update app.py

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