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