shivanis14 commited on
Commit
d40c1ba
·
verified ·
1 Parent(s): 75b1818

Update app.py

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