broadfield-dev commited on
Commit
45fc237
·
verified ·
1 Parent(s): 66e3f61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ def download_code():
93
  return send_file(temp_file, as_attachment=True)
94
 
95
  if __name__ == "__main__":
96
- app.run(debug=False, host="0.0.0.0", port=5000)
 
93
  return send_file(temp_file, as_attachment=True)
94
 
95
  if __name__ == "__main__":
96
+ app.run(debug=False, host="0.0.0.0", port=7860)