Spaces:
Runtime error
Runtime error
update app with a comment
Browse files
app.py
CHANGED
@@ -174,4 +174,5 @@ if st.button("Run"):
|
|
174 |
if image is not "":
|
175 |
st.image(image, width=400)
|
176 |
else:
|
|
|
177 |
st.image(image_cat, width=400)
|
|
|
174 |
if image is not "":
|
175 |
st.image(image, width=400)
|
176 |
else:
|
177 |
+
# display cat image if no image found
|
178 |
st.image(image_cat, width=400)
|