Spaces:
Running
on
Zero
Running
on
Zero
frankaging
commited on
Commit
·
4a858e6
1
Parent(s):
0c211dc
o1 impl
Browse files
app.py
CHANGED
@@ -217,7 +217,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
217 |
value=_build_table_data(default_subspaces),
|
218 |
interactive=False,
|
219 |
label="Active Concept Subspaces",
|
220 |
-
height=170 # give it a bit more room
|
221 |
)
|
222 |
# Row with the remove dropdown + button
|
223 |
with gr.Row():
|
|
|
217 |
value=_build_table_data(default_subspaces),
|
218 |
interactive=False,
|
219 |
label="Active Concept Subspaces",
|
|
|
220 |
)
|
221 |
# Row with the remove dropdown + button
|
222 |
with gr.Row():
|