Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with st.container():
|
|
31 |
)
|
32 |
with right_column:
|
33 |
# Display a GIF instead of Lottie animation
|
34 |
-
st.image("
|
35 |
|
36 |
# Sidebar for user input
|
37 |
with st.sidebar:
|
|
|
31 |
)
|
32 |
with right_column:
|
33 |
# Display a GIF instead of Lottie animation
|
34 |
+
st.image("im.gif", use_column_width=True)
|
35 |
|
36 |
# Sidebar for user input
|
37 |
with st.sidebar:
|