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