Marthee commited on
Commit
1e346d0
·
verified ·
1 Parent(s): 5246213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ def process_data():
67
  return jsonify(processed_data)
68
 
69
  if __name__ == '__main__':
70
- app.run(host='0.0.0.0', port=5000, debug=True)
 
67
  return jsonify(processed_data)
68
 
69
  if __name__ == '__main__':
70
+ app.run(host='0.0.0.0', port=7860, debug=True)