ihsan66 commited on
Commit
965f03f
1 Parent(s): 01f8701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ if Run_Button and input_text:
59
  # Display the sentiment in a more user-friendly format
60
  sentiment = output[0]['label']
61
  score = output[0]['score']
62
- st.write(f"Sentiment: {sentiment} (Score: {score:.2f})"
 
59
  # Display the sentiment in a more user-friendly format
60
  sentiment = output[0]['label']
61
  score = output[0]['score']
62
+ st.write(f"Sentiment: {sentiment} (Score: {score:.2f}")