ikoghoemmanuell commited on
Commit
4818609
1 Parent(s): 71194e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,7 +54,8 @@ def detect_fake_news(text):
54
  if choice == 'Home':
55
  st.markdown("<h1 style='text-align: center;'>TRUTH- A fake news detection app</h1>", unsafe_allow_html=True)
56
  # Loading GIF
57
- gif_url = "https://cdn.sanity.io/images/bl383u0v/production/7f8939PFatHW1X9pWaPGHJEnTrBKvKj177D5f378-496x404.gif"
 
58
  st.image(gif_url,
59
  use_column_width=True,
60
  width=400)
 
54
  if choice == 'Home':
55
  st.markdown("<h1 style='text-align: center;'>TRUTH- A fake news detection app</h1>", unsafe_allow_html=True)
56
  # Loading GIF
57
+ # gif_url = "https://cdn.sanity.io/images/bl383u0v/production/7f8939PFatHW1X9pWaPGHJEnTrBKvKj177D5f378-496x404.gif"
58
+ gif_url = "https://thumbs.gfycat.com/AnchoredWeeklyGreatwhiteshark-size_restricted.gif"
59
  st.image(gif_url,
60
  use_column_width=True,
61
  width=400)