danielz02 commited on
Commit
112bd22
1 Parent(s): 5995a78

Use smaller column minimal width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with demo:
166
  deleted_models_visibility = gr.Checkbox(
167
  value=False, label="Show gated/private/deleted models", interactive=True
168
  )
169
- with gr.Column(min_width=320):
170
  # with gr.Box(elem_id="box-filter"):
171
  filter_columns_type = gr.CheckboxGroup(
172
  label="Model types",
 
166
  deleted_models_visibility = gr.Checkbox(
167
  value=False, label="Show gated/private/deleted models", interactive=True
168
  )
169
+ with gr.Column(min_width=250):
170
  # with gr.Box(elem_id="box-filter"):
171
  filter_columns_type = gr.CheckboxGroup(
172
  label="Model types",