Spaces:
Runtime error
Runtime error
Update app.py
#1
by
imseldrith
- opened
app.py
CHANGED
|
@@ -39,4 +39,4 @@ def send_message(recipient_id, text):
|
|
| 39 |
requests.post(url, headers=headers, json=data)
|
| 40 |
|
| 41 |
if __name__ == "__main__":
|
| 42 |
-
app.run(port=
|
|
|
|
| 39 |
requests.post(url, headers=headers, json=data)
|
| 40 |
|
| 41 |
if __name__ == "__main__":
|
| 42 |
+
app.run(port=7860, debug=True)
|