shollercoaster commited on
Commit
22d28e4
·
1 Parent(s): 635c8d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ def predict_amt():
23
 
24
 
25
  if __name__ == "__main__":
26
- app.run(debug=True)
27
 
 
23
 
24
 
25
  if __name__ == "__main__":
26
+ app.run(host="0.0.0.0", port=5000, debug=True)
27