hysts HF staff commited on
Commit
e9e4fd6
·
1 Parent(s): d683bb2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks() as demo_leaderboard:
316
  container=False,
317
  )
318
  shown_columns_dict[task_type.name] = shown_column
319
- with gr.Accordion("Details - 詳細表示"):
320
  with gr.Column(min_width=320):
321
  filter_columns_type = gr.CheckboxGroup(
322
  label="Model types",
 
316
  container=False,
317
  )
318
  shown_columns_dict[task_type.name] = shown_column
319
+ with gr.Row():
320
  with gr.Column(min_width=320):
321
  filter_columns_type = gr.CheckboxGroup(
322
  label="Model types",