Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def handle_chat(user_message):
|
|
81 |
return chat_history
|
82 |
|
83 |
except Exception as e:
|
84 |
-
chat_history.append((visual_query, f"Sorry, I couldn't process your request.Please try
|
85 |
return chat_history
|
86 |
# Chat handling function
|
87 |
def chat_interaction(user_message):
|
|
|
81 |
return chat_history
|
82 |
|
83 |
except Exception as e:
|
84 |
+
chat_history.append((visual_query, f"Sorry, I couldn't process your request. Please try after some time."))
|
85 |
return chat_history
|
86 |
# Chat handling function
|
87 |
def chat_interaction(user_message):
|