Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|