the-puzzler commited on
Commit
520f5b8
·
1 Parent(s): 08a4eed

Expand community members by default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -812,7 +812,7 @@ with gr.Blocks(title="Microbiome Explorer", css=CSS, theme=gr.themes.Soft()) as
812
  community_clear_btn = gr.Button("Clear Community")
813
  community_run_btn = gr.Button("Analyze Community", variant="secondary")
814
 
815
- with gr.Accordion("Community Members", open=False):
816
  community_table = gr.Dataframe(
817
  headers=["id", "source", "taxonomy", "detail", "seq_len"],
818
  label="Current community",
 
812
  community_clear_btn = gr.Button("Clear Community")
813
  community_run_btn = gr.Button("Analyze Community", variant="secondary")
814
 
815
+ with gr.Accordion("Community Members", open=True):
816
  community_table = gr.Dataframe(
817
  headers=["id", "source", "taxonomy", "detail", "seq_len"],
818
  label="Current community",