devaprobs commited on
Commit
501ecfb
·
verified ·
1 Parent(s): e25301c

Update app.py

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