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

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=7860)
 
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)