hysts HF staff commited on
Commit
a462e8a
1 Parent(s): 6bc0ab5
Files changed (1) hide show
  1. app.py +1 -1
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=False):
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,