soiz commited on
Commit
46fdb99
·
verified ·
1 Parent(s): a8f8c6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ def index():
13
  return send_from_directory('.', 'index.html')
14
 
15
  if __name__ == '__main__':
16
- app.run(debug=True)
 
13
  return send_from_directory('.', 'index.html')
14
 
15
  if __name__ == '__main__':
16
+ app.run(debug=True, port=7860)