okeowo1014 commited on
Commit
f80120c
1 Parent(s): 64ebcb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ def index():
73
  return render_template('index.html')
74
 
75
  if __name__ == '__main__':
76
- app.run(debug=True)
 
73
  return render_template('index.html')
74
 
75
  if __name__ == '__main__':
76
+ app.run(host="0.0.0.0", port=7860)