chris999 commited on
Commit
b1829d8
·
verified ·
1 Parent(s): 3701ebe

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(debug=False)
 
135
  if __name__ == '__main__':
136
  with app.app_context():
137
  db.create_all()
138
+ app.run(port=8501, debug=False)