Update app.py
Browse files
app.py
CHANGED
|
@@ -41,6 +41,6 @@ if st.button("Analyze Text 🚀"):
|
|
| 41 |
|
| 42 |
# Display the result with styled message
|
| 43 |
st.markdown(f"<h2 style='text-align: center; color: {color};'>{prediction}</h2>", unsafe_allow_html=True)
|
| 44 |
-
st.write(f"Confidence: {score * 100:.2f}%")
|
| 45 |
else:
|
| 46 |
st.warning("Please enter some text to analyze.")
|
|
|
|
| 41 |
|
| 42 |
# Display the result with styled message
|
| 43 |
st.markdown(f"<h2 style='text-align: center; color: {color};'>{prediction}</h2>", unsafe_allow_html=True)
|
| 44 |
+
#st.write(f"Confidence: {score * 100:.2f}%")
|
| 45 |
else:
|
| 46 |
st.warning("Please enter some text to analyze.")
|