cahya commited on
Commit
0e919bc
1 Parent(s): c634156

update app with a comment

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)