agh123 commited on
Commit
8ab9de0
·
1 Parent(s): f03edeb

chore(ui): increase ranking table height

Browse files
Files changed (1) hide show
  1. src/components/visualizations.py +1 -1
src/components/visualizations.py CHANGED
@@ -652,7 +652,7 @@ def render_device_rankings(df: pd.DataFrame):
652
  display_df[display_cols],
653
  use_container_width=True,
654
  height=min(
655
- 600, (len(display_df) + 1) * 35 + 40
656
  ), # Dynamic height based on content
657
  hide_index=False,
658
  column_config={
 
652
  display_df[display_cols],
653
  use_container_width=True,
654
  height=min(
655
+ 800, (len(display_df) + 1) * 35 + 40
656
  ), # Dynamic height based on content
657
  hide_index=False,
658
  column_config={