Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -343,6 +343,7 @@ class ChatManager:
|
|
343 |
def process_response(user_input):
|
344 |
if not st.session_state.product_selected:
|
345 |
#if "http:/" not in user_input and "https:/" not in user_input:
|
|
|
346 |
if len(st.session_state.uploaded_files) == 0:
|
347 |
response, status = ChatManager._handle_product_name(user_input)
|
348 |
else:
|
|
|
343 |
def process_response(user_input):
|
344 |
if not st.session_state.product_selected:
|
345 |
#if "http:/" not in user_input and "https:/" not in user_input:
|
346 |
+
print(f"DEBUG : st.session_state.uploaded_files : {st.session_state.uploaded_files}")
|
347 |
if len(st.session_state.uploaded_files) == 0:
|
348 |
response, status = ChatManager._handle_product_name(user_input)
|
349 |
else:
|