ikoghoemmanuell commited on
Commit
61862e6
·
1 Parent(s): f670c78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def detect_fake_news(text):
56
 
57
  # Home section
58
  if choice == 'Home':
59
- st.title("<h1 style='text-align: center;'>TRUTH- A fake news detection app</h1>", unsafe_allow_html=True)
60
  st.image(gif_url,
61
  use_column_width=True,
62
  width=400)
 
56
 
57
  # Home section
58
  if choice == 'Home':
59
+ st.markdown("<h1 style='text-align: center;'>TRUTH- A fake news detection app</h1>", unsafe_allow_html=True)
60
  st.image(gif_url,
61
  use_column_width=True,
62
  width=400)