Rifky commited on
Commit
88f5a17
·
1 Parent(s): 14e201b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -91,7 +91,6 @@ if submit:
91
  padding-bottom: 15px;
92
  line-height: 25px;
93
  text-align: center;">This article is <b>{label[prediction]}</b>.</p>""", unsafe_allow_html=True)
94
- st.error(f"This news is {label[prediction]}.")
95
 
96
  with st.expander("Related Articles"):
97
  for i in sorted[:5]:
 
91
  padding-bottom: 15px;
92
  line-height: 25px;
93
  text-align: center;">This article is <b>{label[prediction]}</b>.</p>""", unsafe_allow_html=True)
 
94
 
95
  with st.expander("Related Articles"):
96
  for i in sorted[:5]: