Euan Ong commited on
Commit
cc7b057
·
1 Parent(s): 1b3ca63

Fixed flask

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ def serve_file(filepath):
42
 
43
 
44
  if __name__ == "__main__":
45
- app.run(debug=True)
 
42
 
43
 
44
  if __name__ == "__main__":
45
+ app.run(host="0.0.0.0", port=int(os.environ.get("PORT", 7860)))