Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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():
|