Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,8 @@ def configure_chatbot(method, info):
|
|
| 53 |
|
| 54 |
global chatbot
|
| 55 |
try:
|
| 56 |
-
chatbot = Chatbot(config=config)
|
|
|
|
| 57 |
except:
|
| 58 |
chatbot = None
|
| 59 |
|
|
|
|
| 53 |
|
| 54 |
global chatbot
|
| 55 |
try:
|
| 56 |
+
# chatbot = Chatbot(config=config)
|
| 57 |
+
chatbot = None
|
| 58 |
except:
|
| 59 |
chatbot = None
|
| 60 |
|