Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
|
@@ -450,4 +450,4 @@ class Chatbot:
|
|
| 450 |
return response
|
| 451 |
|
| 452 |
except Exception as e:
|
| 453 |
-
return f"Error getting recommendations: {str(e)}"
|
|
|
|
| 450 |
return response
|
| 451 |
|
| 452 |
except Exception as e:
|
| 453 |
+
return f"Error getting recommendations: {str(e)}"
|