Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|