Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def update_sleep_time_checkboxes(choices: list[str]) -> list[str]:
|
|
60 |
|
61 |
|
62 |
with gr.Blocks(css="style.css") as demo:
|
63 |
-
with gr.Accordion(label="Filter", open=
|
64 |
status = gr.CheckboxGroup(
|
65 |
label="Status",
|
66 |
choices=["(ALL)", "(NONE)"] + STATUS_CHOICES,
|
|
|
60 |
|
61 |
|
62 |
with gr.Blocks(css="style.css") as demo:
|
63 |
+
with gr.Accordion(label="Filter", open=True):
|
64 |
status = gr.CheckboxGroup(
|
65 |
label="Status",
|
66 |
choices=["(ALL)", "(NONE)"] + STATUS_CHOICES,
|