Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ except FileNotFoundError:
|
|
13 |
print("Error: 'token.json' file not found. Please create it and add page credentials.")
|
14 |
PAGE_CREDENTIALS = {}
|
15 |
|
16 |
-
AI_SERVICE_URL = "https://
|
17 |
AI_SERVICE_TOKEN = "123400"
|
18 |
|
19 |
@app.route("/webhook", methods=["GET"])
|
|
|
13 |
print("Error: 'token.json' file not found. Please create it and add page credentials.")
|
14 |
PAGE_CREDENTIALS = {}
|
15 |
|
16 |
+
AI_SERVICE_URL = "https://aoamrnuwara.pythonanywhere.com/send-message"
|
17 |
AI_SERVICE_TOKEN = "123400"
|
18 |
|
19 |
@app.route("/webhook", methods=["GET"])
|