Skip to content

Commit

Permalink
feat: set Accordion to open by default in demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Aug 19, 2024
1 parent 18933c3 commit 0393d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iscc_sct/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def load_samples():
with gr.Row(variant="panel"):
reset_button = gr.Button("Reset All")

with gr.Accordion(label="🔍 Explore Details & Advanced Options", open=False):
with gr.Accordion(label="🔍 Explore Details & Advanced Options", open=True):
with gr.Row(variant="panel"):
with gr.Column(variant="panel"):
in_iscc_bits = gr.Slider(
Expand Down

0 comments on commit 0393d88

Please sign in to comment.