farimafatahi commited on
Commit
a3ddd6b
·
verified ·
1 Parent(s): 4e4fc61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -69,7 +69,7 @@ st.markdown(
69
  text-align: center;
70
  border: 1px solid #ddd;
71
  font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
72
- font-size: 24px;
73
  transition: background-color 0.3s;
74
  }
75
 
@@ -153,13 +153,13 @@ df.fillna('-', inplace=True)
153
  df['original_order'] = df.groupby('tier').cumcount()
154
 
155
  # Create tabs
156
- st.markdown("""
157
- <style>
158
- div[data-testid="stHorizontalTab"] > div > div {
159
- font-size: 24px;
160
- }
161
- </style>
162
- """, unsafe_allow_html=True)
163
 
164
  tab1, tab2, tab3 = st.tabs(["Leaderboard", "Benchmark Details", "Submit your models"])
165
 
 
69
  text-align: center;
70
  border: 1px solid #ddd;
71
  font-family: 'Arial', sans-serif; /* or use a similar sans-serif font */
72
+ font-size: 16px;
73
  transition: background-color 0.3s;
74
  }
75
 
 
153
  df['original_order'] = df.groupby('tier').cumcount()
154
 
155
  # Create tabs
156
+ # st.markdown("""
157
+ # <style>
158
+ # div[data-testid="stHorizontalTab"] > div > div {
159
+ # font-size: 24px;
160
+ # }
161
+ # </style>
162
+ # """, unsafe_allow_html=True)
163
 
164
  tab1, tab2, tab3 = st.tabs(["Leaderboard", "Benchmark Details", "Submit your models"])
165