saadul commited on
Commit
2fb1fc1
·
1 Parent(s): d158e68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ if st.button("Analyze Sentiment"):
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.")
 
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.")