XThomasBU commited on
Commit
a7946f4
·
verified ·
1 Parent(s): a387fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,4 +134,4 @@ def login_callback():
134
  return 'Logged in successfully.', 200
135
 
136
  # if __name__ == "__main__":
137
- app.run(debug=True)
 
134
  return 'Logged in successfully.', 200
135
 
136
  # if __name__ == "__main__":
137
+ app.run(debug=True, port=7860)