back to white
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks() as demo:
|
|
270 |
interactive=False,
|
271 |
show_label=True
|
272 |
)
|
273 |
-
with gr.Accordion("Example Prompts by Modality", open=
|
274 |
for modality, prompts in MODALITY_PROMPTS.items():
|
275 |
prompt_str = ", ".join(prompts)
|
276 |
gr.Markdown(f"**{modality}**: {prompt_str}")
|
|
|
270 |
interactive=False,
|
271 |
show_label=True
|
272 |
)
|
273 |
+
with gr.Accordion("Example Prompts by Modality", open=True):
|
274 |
for modality, prompts in MODALITY_PROMPTS.items():
|
275 |
prompt_str = ", ".join(prompts)
|
276 |
gr.Markdown(f"**{modality}**: {prompt_str}")
|