XThomasBU commited on
Commit
4b72786
·
verified ·
1 Parent(s): a5d5441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,6 +70,7 @@ def login():
70
 
71
  @app.route('/login/callback')
72
  def authorize():
 
73
  token = oauth.oauth_provider.authorize_access_token()
74
  # Initialize ChainLit or perform actions based on the authenticated user
75
  initialize_chainlit()
 
70
 
71
  @app.route('/login/callback')
72
  def authorize():
73
+ print('Logged in and language model initialized. Proceed with operations.')
74
  token = oauth.oauth_provider.authorize_access_token()
75
  # Initialize ChainLit or perform actions based on the authenticated user
76
  initialize_chainlit()