chris999 commited on
Commit
8e836e6
·
verified ·
1 Parent(s): b1829d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,4 +135,4 @@ def decide(issue_id):
135
  if __name__ == '__main__':
136
  with app.app_context():
137
  db.create_all()
138
- app.run(port=8501, debug=False)
 
135
  if __name__ == '__main__':
136
  with app.app_context():
137
  db.create_all()
138
+ app.run(port=7860, debug=False)