Files changed (1) hide show
  1. app.py +2 -1
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
+