xinchen9 commited on
Commit
95cc671
1 Parent(s): 3a0d06b

[Update]add col

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -147,6 +147,7 @@ with demo:
147
  show_label=False,
148
  elem_id="search-bar",
149
  )
 
150
  with gr.Row():
151
  shown_columns_1 = gr.CheckboxGroup(
152
  choices=["Violence","Illegal Activity","Nudity"],
 
147
  show_label=False,
148
  elem_id="search-bar",
149
  )
150
+ with gr.Column(min_width=320):
151
  with gr.Row():
152
  shown_columns_1 = gr.CheckboxGroup(
153
  choices=["Violence","Illegal Activity","Nudity"],