Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,8 @@ if user_input := st.chat_input("What is up?"):
|
|
62 |
try:
|
63 |
# Send POST request to the webhook URL
|
64 |
response = requests.post(webhook_url + action, json=data)
|
|
|
|
|
65 |
|
66 |
|
67 |
# Add debug button to display RASA version, Model Name
|
|
|
62 |
try:
|
63 |
# Send POST request to the webhook URL
|
64 |
response = requests.post(webhook_url + action, json=data)
|
65 |
+
except:
|
66 |
+
pass
|
67 |
|
68 |
|
69 |
# Add debug button to display RASA version, Model Name
|