agh123 commited on
Commit
edb74b9
·
1 Parent(s): c6f2d74

chore: minor tab title correction

Browse files
Files changed (1) hide show
  1. src/components/visualizations.py +2 -2
src/components/visualizations.py CHANGED
@@ -611,8 +611,8 @@ def render_device_rankings(df: pd.DataFrame):
611
 
612
  tab1, tab2 = st.tabs(
613
  [
614
- "Performance Ladder",
615
- "Performance Table",
616
  ]
617
  )
618
  with tab1:
 
611
 
612
  tab1, tab2 = st.tabs(
613
  [
614
+ "Ranking Ladder",
615
+ "Ranking Table",
616
  ]
617
  )
618
  with tab1: