mdpatel2 commited on
Commit
600d7b0
·
verified ·
1 Parent(s): 459546a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ theme = gr.themes.Base(
8
 
9
  def chat_with_rasa(user_message, history):
10
  response = requests.post(
11
- "http://clairify.ai/socket.io",
12
  json={"sender": "user", "message": user_message}
13
  )
14
 
 
8
 
9
  def chat_with_rasa(user_message, history):
10
  response = requests.post(
11
+ "http://clairify.ai/webhooks/rest/webhook",
12
  json={"sender": "user", "message": user_message}
13
  )
14