Update app.py
Browse files
app.py
CHANGED
|
@@ -278,7 +278,7 @@ if st.button("Check News"):
|
|
| 278 |
# st.write("๐ Processing...")
|
| 279 |
loading_placeholder = st.empty()
|
| 280 |
with loading_placeholder:
|
| 281 |
-
st.markdown("
|
| 282 |
|
| 283 |
# Check if the news is in the fact-check database
|
| 284 |
manual_result = check_manual_facts(news_input)
|
|
|
|
| 278 |
# st.write("๐ Processing...")
|
| 279 |
loading_placeholder = st.empty()
|
| 280 |
with loading_placeholder:
|
| 281 |
+
st.markdown("๐ Processing...", unsafe_allow_html=True)
|
| 282 |
|
| 283 |
# Check if the news is in the fact-check database
|
| 284 |
manual_result = check_manual_facts(news_input)
|