pvanand commited on
Commit
2e4d8ce
·
1 Parent(s): 2c728ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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