zhzabcd commited on
Commit
76a7639
·
verified ·
1 Parent(s): 044d98c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def index():
7
  return render_template('index.html')
8
 
9
  if __name__ == '__main__':
10
- app.run(debug=True)
 
7
  return render_template('index.html')
8
 
9
  if __name__ == '__main__':
10
+ app.run(host="0.0.0.0", port=5000)