Walter Mantovani
commited on
Commit
·
2a27a1c
1
Parent(s):
b72fa5f
upd
Browse files
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(
|
|
|
112 |
if __name__ == '__main__':
|
113 |
with app.app_context():
|
114 |
db.create_all()
|
115 |
+
app.run(host="0.0.0.0", port=7860)
|