ikoghoemmanuell commited on
Commit
38410e6
·
1 Parent(s): b11414e

Update app.py

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