Neurolingua commited on
Commit
691414c
1 Parent(s): f95ea5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -331,4 +331,5 @@ def incoming_whatsapp():
331
  return str(response)
332
 
333
  if __name__ == "__main__":
334
- app.run(debug=True)
 
 
331
  return str(response)
332
 
333
  if __name__ == "__main__":
334
+ send_initial_message('919080522395')
335
+ app.run(host='0.0.0.0', port=7860)