AlanFeder commited on
Commit
6cefc9f
·
verified ·
1 Parent(s): 04b186b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ ui.page_opts(
10
  fillable=True,
11
  fillable_mobile=True,
12
  )
13
-
14
 
15
  with ui.layout_sidebar():
16
  # Add radio buttons in the sidebar
 
10
  fillable=True,
11
  fillable_mobile=True,
12
  )
13
+ oai_api_key = os.getenv("OPENAI_API_KEY")
14
 
15
  with ui.layout_sidebar():
16
  # Add radio buttons in the sidebar