Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
159 |
maximum=8,
|
160 |
step=1,
|
161 |
value=4,
|
162 |
-
visible=
|
163 |
)
|
164 |
|
165 |
with gr.Accordion("Past generations", open=False):
|
|
|
159 |
maximum=8,
|
160 |
step=1,
|
161 |
value=4,
|
162 |
+
visible=True,
|
163 |
)
|
164 |
|
165 |
with gr.Accordion("Past generations", open=False):
|