Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ from typing import Dict, Optional
|
|
35 |
import chainlit as cl
|
36 |
|
37 |
|
38 |
-
print(os.getenv
|
39 |
print(os.getenv("OAUTH_CLIENT_ID"))
|
40 |
@cl.on_chat_start
|
41 |
async def on_chat_start():
|
|
|
35 |
import chainlit as cl
|
36 |
|
37 |
|
38 |
+
print(os.getenv("OPENID_PROVIDER_URL"))
|
39 |
print(os.getenv("OAUTH_CLIENT_ID"))
|
40 |
@cl.on_chat_start
|
41 |
async def on_chat_start():
|