soiz commited on
Commit
9d93a57
·
verified ·
1 Parent(s): 63e1b1c

Update app.py

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