MarieAngeA13 commited on
Commit
20bbaa8
·
1 Parent(s): b5a722d

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('Submit'):
23
 
24
  # Display the sentiment prediction to the user
25
  st.write(f'Sentiment: {sentiment}')
26
- st.write(f'Confidence: {confidence}')
27
 
 
23
 
24
  # Display the sentiment prediction to the user
25
  st.write(f'Sentiment: {sentiment}')
26
+ st.write(f'Confidence: {round(confidence, 2)}')
27