Update app.py
Browse files
app.py
CHANGED
@@ -330,7 +330,7 @@ def create_app():
|
|
330 |
)
|
331 |
|
332 |
# Add accordions with option explanations
|
333 |
-
with gr.Accordion("π Understanding Story Options", open=
|
334 |
with gr.Accordion("β Genre Options", open=False):
|
335 |
gr.Markdown("""
|
336 |
**Genre** determines the type and style of your story:
|
|
|
330 |
)
|
331 |
|
332 |
# Add accordions with option explanations
|
333 |
+
with gr.Accordion("π Understanding Story Options", open=True):
|
334 |
with gr.Accordion("β Genre Options", open=False):
|
335 |
gr.Markdown("""
|
336 |
**Genre** determines the type and style of your story:
|