ikoghoemmanuell
commited on
Commit
•
0a88527
1
Parent(s):
0ee3803
Update app.py
Browse files
app.py
CHANGED
@@ -52,9 +52,9 @@ if choice == 'Home':
|
|
52 |
|
53 |
# Loading GIF
|
54 |
gif_url = "https://thumbs.gfycat.com/AnchoredWeeklyGreatwhiteshark-size_restricted.gif"
|
55 |
-
st.image(gif_url,
|
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)
|
60 |
|
|
|
52 |
|
53 |
# Loading GIF
|
54 |
gif_url = "https://thumbs.gfycat.com/AnchoredWeeklyGreatwhiteshark-size_restricted.gif"
|
55 |
+
st.image(gif_url,
|
56 |
+
style={"width": "200px", "height": "200px"})
|
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)
|
60 |
|