Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,8 @@ st.markdown(
|
|
68 |
padding: 8px;
|
69 |
text-align: center;
|
70 |
border: 1px solid #ddd;
|
71 |
-
font-
|
|
|
72 |
transition: background-color 0.3s;
|
73 |
}
|
74 |
|
@@ -160,7 +161,7 @@ st.markdown("""
|
|
160 |
</style>
|
161 |
""", unsafe_allow_html=True)
|
162 |
|
163 |
-
tab1, tab2, tab3 = st.tabs(["Leaderboard", "Benchmark Details", "Submit your models"])
|
164 |
|
165 |
# Tab 1: Leaderboard
|
166 |
with tab1:
|
@@ -170,7 +171,7 @@ with tab1:
|
|
170 |
# st.markdown('<div class="title">Leaderboard</div>', unsafe_allow_html=True)
|
171 |
st.markdown('<div class="tab-content">', unsafe_allow_html=True)
|
172 |
|
173 |
-
st.markdown('
|
174 |
st.markdown('@Farima populate here')
|
175 |
|
176 |
# Dropdown menu to filter tiers
|
|
|
68 |
padding: 8px;
|
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 |
|
|
|
161 |
</style>
|
162 |
""", unsafe_allow_html=True)
|
163 |
|
164 |
+
tab1, tab2, tab3 = st.tabs(["Leaderboard", "Benchmark Details", "Submit your models"])
|
165 |
|
166 |
# Tab 1: Leaderboard
|
167 |
with tab1:
|
|
|
171 |
# st.markdown('<div class="title">Leaderboard</div>', unsafe_allow_html=True)
|
172 |
st.markdown('<div class="tab-content">', unsafe_allow_html=True)
|
173 |
|
174 |
+
st.markdown('# Metric Explanation')
|
175 |
st.markdown('@Farima populate here')
|
176 |
|
177 |
# Dropdown menu to filter tiers
|