Update app.py
Browse files
app.py
CHANGED
|
@@ -171,7 +171,12 @@ 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(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
st.markdown("""
|
| 176 |
<div class="metric" style="font-size:16px;">
|
| 177 |
<br/>
|
|
|
|
| 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("""
|
| 175 |
+
<div class="metric" style="font-size:20px; font-weight: bold;">
|
| 176 |
+
Metrics Explanation
|
| 177 |
+
</div>
|
| 178 |
+
""", unsafe_allow_html=True)
|
| 179 |
+
|
| 180 |
st.markdown("""
|
| 181 |
<div class="metric" style="font-size:16px;">
|
| 182 |
<br/>
|