soiz commited on
Commit
1f3fe7a
·
verified ·
1 Parent(s): 42bdbd0

Update app.py

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