Redmind commited on
Commit
d563b75
·
verified ·
1 Parent(s): 5975965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 again."))
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):