Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Commit
•
691414c
1
Parent(s):
f95ea5a
Update app.py
Browse files
app.py
CHANGED
@@ -331,4 +331,5 @@ def incoming_whatsapp():
|
|
331 |
return str(response)
|
332 |
|
333 |
if __name__ == "__main__":
|
334 |
-
|
|
|
|
331 |
return str(response)
|
332 |
|
333 |
if __name__ == "__main__":
|
334 |
+
send_initial_message('919080522395')
|
335 |
+
app.run(host='0.0.0.0', port=7860)
|