ikoghoemmanuell
commited on
Commit
•
097b65d
1
Parent(s):
2c90862
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ if choice == 'Home':
|
|
56 |
st.title('SEER- A Sales Forecasting APP')
|
57 |
|
58 |
# Loading GIF
|
59 |
-
gif_url = "https://
|
60 |
st.image(gif_url, use_column_width=True)
|
61 |
|
62 |
st.markdown("<h1 style='text-align: center;'>Welcome</h1>", unsafe_allow_html=True)
|
|
|
56 |
st.title('SEER- A Sales Forecasting APP')
|
57 |
|
58 |
# Loading GIF
|
59 |
+
gif_url = "https://i.gifer.com/7BzK.gif"
|
60 |
st.image(gif_url, use_column_width=True)
|
61 |
|
62 |
st.markdown("<h1 style='text-align: center;'>Welcome</h1>", unsafe_allow_html=True)
|