shezamunir commited on
Commit
b02e35d
·
verified ·
1 Parent(s): d73147f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -99,9 +99,13 @@ tab1, tab2, tab3 = st.tabs(
99
  with tab1:
100
  # df['original_order'] = df.groupby('tier').cumcount()
101
  # print(df['original_order'])
 
102
  st.markdown('<div class="title">Leaderboard</div>', unsafe_allow_html=True)
103
  st.markdown('<div class="tab-content">', unsafe_allow_html=True)
104
 
 
 
 
105
  # Dropdown menu to filter tiers
106
  tiers = ['All Tiers', 'Tier 1: Hard', 'Tier 2: Moderate', 'Tier 3: Easy']
107
  selected_tier = st.selectbox('Select Tier:', tiers)
 
99
  with tab1:
100
  # df['original_order'] = df.groupby('tier').cumcount()
101
  # print(df['original_order'])
102
+
103
  st.markdown('<div class="title">Leaderboard</div>', unsafe_allow_html=True)
104
  st.markdown('<div class="tab-content">', unsafe_allow_html=True)
105
 
106
+ st.markdown('## Metric Explanation')
107
+ st.markdown('@Farima populate here')
108
+
109
  # Dropdown menu to filter tiers
110
  tiers = ['All Tiers', 'Tier 1: Hard', 'Tier 2: Moderate', 'Tier 3: Easy']
111
  selected_tier = st.selectbox('Select Tier:', tiers)