AnkushWaghmare commited on
Commit
54f2080
·
verified ·
1 Parent(s): 0389e6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ def predict_sales():
62
 
63
  # Run the Flask app in debug mode
64
  if __name__ == '__main__':
65
- app.run(host="0.0.0.0", port=5000, debug=True)
 
62
 
63
  # Run the Flask app in debug mode
64
  if __name__ == '__main__':
65
+ app.run(host="0.0.0.0", port=7860, debug=True)