XThomasBU commited on
Commit
5c722b9
·
verified ·
1 Parent(s): c9b6ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ from typing import Dict, Optional
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():
 
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():