Spaces:
Running
Running
Typo fix. =)
#2
by
meg
HF Staff
- opened
app.py
CHANGED
|
@@ -506,7 +506,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 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
|
| 510 |
)
|
| 511 |
with description_accordion:
|
| 512 |
gr.Markdown(DESCRIPTION)
|
|
|
|
| 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 Description π", open=False, visible=True
|
| 510 |
)
|
| 511 |
with description_accordion:
|
| 512 |
gr.Markdown(DESCRIPTION)
|