farimafatahi commited on
Commit
30946c3
·
verified ·
1 Parent(s): 7158581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -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
 
 
153
  df['original_order'] = df.groupby('tier').cumcount()
154
 
155
  # Create tabs
156
+ st.markdown("""
157
+ <style>
158
+ .stTabs [data-baseweb="tab-list"] button [data-testid="stMarkdownContainer"] p {
159
+ font-size: 20px;
160
+ }
161
+ </style>
162
+ """, unsafe_allow_html=True)
163
 
164
  tab1, tab2, tab3 = st.tabs(["Leaderboard", "Benchmark Details", "Submit your models"])
165