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

using socketio

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/rasa",
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/socket.io",
12
  json={"sender": "user", "message": user_message}
13
  )
14