zaanind commited on
Commit
89a62b6
·
verified ·
1 Parent(s): f710fc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -491,4 +491,4 @@ def conversation(recipient_id):
491
  if __name__ == '__main__':
492
  with app.app_context():
493
  db.create_all()
494
- app.run(debug=True, use_reloader=False)
 
491
  if __name__ == '__main__':
492
  with app.app_context():
493
  db.create_all()
494
+ app.run(debug=True, use_reloader=False, host="0.0.0.0", port=7860)