t0-0 commited on
Commit
720c8e9
·
1 Parent(s): 7bd9cc5

Add container=False

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -310,6 +310,7 @@ with gr.Blocks() as demo_leaderboard:
310
  and c.task_type == task_type
311
  ],
312
  elem_id="column-select",
 
313
  )
314
  shown_columns_dict[task_type.name] = shown_column
315
  with gr.Column(min_width=320):
 
310
  and c.task_type == task_type
311
  ],
312
  elem_id="column-select",
313
+ container=False,
314
  )
315
  shown_columns_dict[task_type.name] = shown_column
316
  with gr.Column(min_width=320):