agh123 commited on
Commit
233c808
·
1 Parent(s): 369eb02

feat: display top 30 devices

Browse files
Files changed (1) hide show
  1. src/components/visualizations.py +1 -1
src/components/visualizations.py CHANGED
@@ -610,7 +610,7 @@ def render_device_rankings(df: pd.DataFrame):
610
 
611
  # Display the ranking ladder
612
  st.plotly_chart(
613
- create_ranking_ladder(g2_confident_display, top_n=20),
614
  use_container_width=True,
615
  )
616
 
 
610
 
611
  # Display the ranking ladder
612
  st.plotly_chart(
613
+ create_ranking_ladder(g2_confident_display, top_n=30),
614
  use_container_width=True,
615
  )
616