Spaces:
Sleeping
Sleeping
[Update]add col
Browse files
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"],
|