Spaces:
Sleeping
Sleeping
dddd
#1
by ubnte - opened
app.py
CHANGED
|
@@ -13,4 +13,5 @@ if user_input:
|
|
| 13 |
confidence = result[0]["score"]
|
| 14 |
|
| 15 |
st.write(f"Sentiment: {sentiment}")
|
| 16 |
-
st.write(f"Confidence: {confidence:.2f}")
|
|
|
|
|
|
| 13 |
confidence = result[0]["score"]
|
| 14 |
|
| 15 |
st.write(f"Sentiment: {sentiment}")
|
| 16 |
+
st.write(f"Confidence: {confidence:.2f}")
|
| 17 |
+
|