Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -197,15 +197,15 @@ with right_col:
|
|
197 |
if img_from_url:
|
198 |
st.image(img_from_url, use_container_width=False)
|
199 |
else:
|
200 |
-
img = load_and_resize_image("/home/user/app/error.png")
|
201 |
if img:
|
202 |
st.image(img, use_container_width=False)
|
203 |
else:
|
204 |
-
img = load_and_resize_image("/home/user/app/error.png")
|
205 |
if img:
|
206 |
st.image(img, use_container_width=False)
|
207 |
else:
|
208 |
-
img = load_and_resize_image("/home/user/app/fortune.png")
|
209 |
if img:
|
210 |
st.image(img, caption="Your Fortune", use_container_width=False)
|
211 |
with st.container():
|
|
|
197 |
if img_from_url:
|
198 |
st.image(img_from_url, use_container_width=False)
|
199 |
else:
|
200 |
+
img = load_and_resize_image("/home/user/app/resources/error.png")
|
201 |
if img:
|
202 |
st.image(img, use_container_width=False)
|
203 |
else:
|
204 |
+
img = load_and_resize_image("/home/user/app/resources/error.png")
|
205 |
if img:
|
206 |
st.image(img, use_container_width=False)
|
207 |
else:
|
208 |
+
img = load_and_resize_image("/home/user/app/resources/fortune.png")
|
209 |
if img:
|
210 |
st.image(img, caption="Your Fortune", use_container_width=False)
|
211 |
with st.container():
|