Ziqi commited on
Commit
5b17302
1 Parent(s): ab343de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -406,7 +406,7 @@ with block:
406
  datatype=DATA_TITILE_TYPE,
407
  interactive=False,
408
  visible=True,
409
- height=500,
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)