soiz commited on
Commit
618d35c
·
verified ·
1 Parent(s): f0e993d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,4 +262,4 @@ def index():
262
  return render_template_string(index_html)
263
 
264
  if __name__ == '__main__':
265
- app.run(debug=True, host='0.0.0.0')
 
262
  return render_template_string(index_html)
263
 
264
  if __name__ == '__main__':
265
+ app.run(debug=True, host='0.0.0.0', port=7860)