ikoghoemmanuell
commited on
Commit
•
6d1c239
1
Parent(s):
0a88527
Update app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,10 @@ if choice == 'Home':
|
|
51 |
st.markdown("<h1 style='text-align: center;margin-top:0px;'>TRUTH- A fake news detection app</h1>", unsafe_allow_html=True)
|
52 |
|
53 |
# Loading GIF
|
54 |
-
gif_url = "https://thumbs.gfycat.com/AnchoredWeeklyGreatwhiteshark-size_restricted.gif"
|
55 |
-
|
56 |
-
|
|
|
57 |
|
58 |
st.markdown("<h1 style='text-align: center;'>Welcome</h1>", unsafe_allow_html=True)
|
59 |
st.markdown("<p style='text-align: center;'>This is a Fake News Detection App.</p>", unsafe_allow_html=True)
|
|
|
51 |
st.markdown("<h1 style='text-align: center;margin-top:0px;'>TRUTH- A fake news detection app</h1>", unsafe_allow_html=True)
|
52 |
|
53 |
# Loading GIF
|
54 |
+
# gif_url = "https://thumbs.gfycat.com/AnchoredWeeklyGreatwhiteshark-size_restricted.gif"
|
55 |
+
|
56 |
+
image = Image.open('news.gif')
|
57 |
+
st.image(image)
|
58 |
|
59 |
st.markdown("<h1 style='text-align: center;'>Welcome</h1>", unsafe_allow_html=True)
|
60 |
st.markdown("<p style='text-align: center;'>This is a Fake News Detection App.</p>", unsafe_allow_html=True)
|