broadfield-dev commited on
Commit
6321348
·
verified ·
1 Parent(s): f1d73d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,4 +167,4 @@ with open('templates/index.html', 'w') as f:
167
  f.write(html_template)
168
 
169
  if __name__ == '__main__':
170
- app.run(debug=True)
 
167
  f.write(html_template)
168
 
169
  if __name__ == '__main__':
170
+ app.run(host="0.0.0.0", port=7860, debug=True)