Update space
Browse files
app.py
CHANGED
@@ -125,7 +125,8 @@ with demo:
|
|
125 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
126 |
|
127 |
with gr.TabItem("🏅 Overview", elem_id="llm-benchmark-tab-table", id=0):
|
128 |
-
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
|
|
129 |
|
130 |
|
131 |
with gr.TabItem("🎯 Overall", elem_id="llm-benchmark-tab-table", id=1):
|
|
|
125 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
126 |
|
127 |
with gr.TabItem("🏅 Overview", elem_id="llm-benchmark-tab-table", id=0):
|
128 |
+
# leaderboard = init_leaderboard(LEADERBOARD_DF)
|
129 |
+
leaderboard = overall_leaderboard(model_leaderboard_df)
|
130 |
|
131 |
|
132 |
with gr.TabItem("🎯 Overall", elem_id="llm-benchmark-tab-table", id=1):
|