leedoming commited on
Commit
0ac9b5c
·
verified ·
1 Parent(s): 20da517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -202,7 +202,6 @@ if st.session_state.step == 'input':
202
  st.error("Failed to load the image. Please try another URL.")
203
  else:
204
  st.warning("Please enter an image URL.")
205
- pass
206
 
207
  elif st.session_state.step == 'select_category':
208
  st.image(st.session_state.query_image, caption="Query Image", use_column_width=True)
 
202
  st.error("Failed to load the image. Please try another URL.")
203
  else:
204
  st.warning("Please enter an image URL.")
 
205
 
206
  elif st.session_state.step == 'select_category':
207
  st.image(st.session_state.query_image, caption="Query Image", use_column_width=True)