Spaces:
Running
Running
Mihail Yonchev
commited on
Commit
·
118573e
1
Parent(s):
5f85ab9
chore: update layout
Browse files
app.py
CHANGED
@@ -170,6 +170,7 @@ with demo:
|
|
170 |
elem_id="column-select",
|
171 |
interactive=True,
|
172 |
)
|
|
|
173 |
with gr.Column(min_width=250):
|
174 |
# with gr.Box(elem_id="box-filter"):
|
175 |
filter_columns_type = gr.CheckboxGroup(
|
|
|
170 |
elem_id="column-select",
|
171 |
interactive=True,
|
172 |
)
|
173 |
+
with gr.Row():
|
174 |
with gr.Column(min_width=250):
|
175 |
# with gr.Box(elem_id="box-filter"):
|
176 |
filter_columns_type = gr.CheckboxGroup(
|