@@ -46,4 +46,4 @@ def home():
if __name__ == "__main__":
- app.run(debug=True)
+ app.run(host="0.0.0.0")