Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -406,7 +406,7 @@ with block:
|
|
406 |
datatype=DATA_TITILE_TYPE,
|
407 |
interactive=False,
|
408 |
visible=True,
|
409 |
-
height=
|
410 |
)
|
411 |
|
412 |
choosen_q.click(choose_all_quailty, inputs=None, outputs=[checkbox_group]).then(fn=on_filter_model_size_method_change, inputs=[ checkbox_group], outputs=data_component)
|
|
|
406 |
datatype=DATA_TITILE_TYPE,
|
407 |
interactive=False,
|
408 |
visible=True,
|
409 |
+
height=700,
|
410 |
)
|
411 |
|
412 |
choosen_q.click(choose_all_quailty, inputs=None, outputs=[checkbox_group]).then(fn=on_filter_model_size_method_change, inputs=[ checkbox_group], outputs=data_component)
|