Futuresony commited on
Commit
861abb8
·
verified ·
1 Parent(s): 11a3687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -645,4 +645,4 @@ Available: {match.get('Available', 'N/A')}"""
645
  # This return statement MUST be inside the respond function definition
646
  # return "", chat_history # Return empty string for the input box, and the updated history
647
 
648
- return "", chat_history + [(user_input, "Sorry, the application failed to load necessary components. Please try again later or contact the administrator.")]
 
645
  # This return statement MUST be inside the respond function definition
646
  # return "", chat_history # Return empty string for the input box, and the updated history
647
 
648
+ return "", chat_history + [(user_input, "Sorry, the application failed to load necessary components. Please try again later or contact the administrator.")]