manasagangotri commited on
Commit
e067907
·
verified ·
1 Parent(s): c22cb44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
  import requests
3
 
4
  # ✅ Correct Rasa backend URL including REST webhook path
5
- RASA_BACKEND = "https://travelbot-production-3749.up.railway.app/"
 
6
 
7
  def chat_with_rasa(message, chat_history):
8
  payload = {
 
2
  import requests
3
 
4
  # ✅ Correct Rasa backend URL including REST webhook path
5
+ RASA_BACKEND = "https://web-production-37bcd.up.railway.app/webhooks/rest/webhook"
6
+
7
 
8
  def chat_with_rasa(message, chat_history):
9
  payload = {