Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -505,7 +505,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 505 |
|
| 506 |
with gr.Row():
|
| 507 |
with gr.Column(scale=1): # Left column for inputs
|
| 508 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 509 |
|
| 510 |
cached_spaces_dropdown = gr.Dropdown(
|
| 511 |
label="Select Existing Report",
|
|
|
|
| 505 |
|
| 506 |
with gr.Row():
|
| 507 |
with gr.Column(scale=1): # Left column for inputs
|
| 508 |
+
description_accordion = gr.Accordion(
|
| 509 |
+
"What Privacy Questions do 🤗 Spaces Raise? Demo Desription 👇", open=False, visible=True
|
| 510 |
+
)
|
| 511 |
+
with description_accordion:
|
| 512 |
+
gr.Markdown(DESCRIPTION)
|
| 513 |
|
| 514 |
cached_spaces_dropdown = gr.Dropdown(
|
| 515 |
label="Select Existing Report",
|