XThomasBU commited on
Commit
365c19c
·
verified ·
1 Parent(s): f5a0b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from chainlit.playground.providers.langchain import LangchainGenericProvider
11
  import chainlit as cl
12
 
13
  import os
14
- from authlib import OAuth2Session # This is a placeholder for whatever OAuth library you're using
15
 
16
  # Retrieving environment variables
17
  OAUTH_CLIENT_ID = os.getenv("OAUTH_CLIENT_ID")
 
11
  import chainlit as cl
12
 
13
  import os
14
+ from authlib.integrations.requests_client import OAuth2Session # This is a placeholder for whatever OAuth library you're using
15
 
16
  # Retrieving environment variables
17
  OAUTH_CLIENT_ID = os.getenv("OAUTH_CLIENT_ID")