Spaces:
Runtime error
Runtime error
Commit ·
2e4aa1b
1
Parent(s): bac46bf
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def get_response_from_chatbot(text):
|
|
| 16 |
response = resp['message']
|
| 17 |
# logger.info(f"response_: {response}")
|
| 18 |
except:
|
| 19 |
-
response = "Sorry, I'm
|
| 20 |
return response
|
| 21 |
|
| 22 |
def chat(message, chat_history):
|
|
|
|
| 16 |
response = resp['message']
|
| 17 |
# logger.info(f"response_: {response}")
|
| 18 |
except:
|
| 19 |
+
response = "Sorry, I'm busy. Try again later."
|
| 20 |
return response
|
| 21 |
|
| 22 |
def chat(message, chat_history):
|