broadfield-dev commited on
Commit
6f47c8c
·
verified ·
1 Parent(s): d5d46e7

Update app.py

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