asad231 commited on
Commit
a2b682b
Β·
verified Β·
1 Parent(s): a9e5221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("<div style='text-align: center;'>πŸ” Processing...</div>", unsafe_allow_html=True)
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)