shivanis14 commited on
Commit
0eca139
·
verified ·
1 Parent(s): 9f9e3ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -397,9 +397,9 @@ class ChatManager:
397
  else:
398
  # Show a temporary message until files are uploaded
399
  print(f"DEBUG: No uploaded files!")
400
- st.info("Waiting for images to be uploaded.")
401
- st.stop() # Prevent further execution until user interacts
402
- # return "Waiting for images to be uploaded!", "no success"
403
 
404
  @staticmethod
405
  def _handle_product_url():
 
397
  else:
398
  # Show a temporary message until files are uploaded
399
  print(f"DEBUG: No uploaded files!")
400
+ #st.info("Waiting for images to be uploaded.")
401
+ #st.stop() # Prevent further execution until user interacts
402
+ return "Waiting for images to be uploaded!", "no success"
403
 
404
  @staticmethod
405
  def _handle_product_url():