Roni Goldshmidt
commited on
Commit
·
070d159
1
Parent(s):
5532e86
Initial leaderboard setup
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -117,7 +117,7 @@ def style_dataframe(df, highlight_first_column=True, show_progress_bars=True):
|
|
117 |
|
118 |
# Tab 1: Leaderboard
|
119 |
with tab1:
|
120 |
-
|
121 |
st.subheader("Model Performance Leaderboard")
|
122 |
|
123 |
st.markdown("""
|
|
|
117 |
|
118 |
# Tab 1: Leaderboard
|
119 |
with tab1:
|
120 |
+
|
121 |
st.subheader("Model Performance Leaderboard")
|
122 |
|
123 |
st.markdown("""
|
app.py
CHANGED
@@ -117,7 +117,7 @@ def style_dataframe(df, highlight_first_column=True, show_progress_bars=True):
|
|
117 |
|
118 |
# Tab 1: Leaderboard
|
119 |
with tab1:
|
120 |
-
|
121 |
st.subheader("Model Performance Leaderboard")
|
122 |
|
123 |
st.markdown("""
|
|
|
117 |
|
118 |
# Tab 1: Leaderboard
|
119 |
with tab1:
|
120 |
+
|
121 |
st.subheader("Model Performance Leaderboard")
|
122 |
|
123 |
st.markdown("""
|