Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
-
WEBHOOK_URL = https://swannetrx15.app.n8n.cloud/webhook/ai-analyst
|
| 5 |
|
| 6 |
def call_n8n(subscribers):
|
| 7 |
response = requests.post(
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
+
WEBHOOK_URL = "https://swannetrx15.app.n8n.cloud/webhook/ai-analyst"
|
| 5 |
|
| 6 |
def call_n8n(subscribers):
|
| 7 |
response = requests.post(
|