Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
| 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 |
|