Walter Mantovani commited on
Commit
2a27a1c
·
1 Parent(s): b72fa5f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ def logout():
112
  if __name__ == '__main__':
113
  with app.app_context():
114
  db.create_all()
115
- app.run(debug=True)
 
112
  if __name__ == '__main__':
113
  with app.app_context():
114
  db.create_all()
115
+ app.run(host="0.0.0.0", port=7860)