Commit
·
20bbaa8
1
Parent(s):
b5a722d
Update app.py
Browse files
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 |
|