OzoneAsai commited on
Commit
a106c71
1 Parent(s): 415c6ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ def log():
43
  return render_template('log.html', log_data=logs)
44
 
45
  if __name__ == '__main__':
46
- app.run(debug=True, host="0.0.0.0")
 
43
  return render_template('log.html', log_data=logs)
44
 
45
  if __name__ == '__main__':
46
+ app.run(debug=True, host="0.0.0.0", port=7860)