Update app.py
Browse files
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]:
|