Update app.py
Browse files
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)
|