Spaces:
Running
Running
[email protected]
commited on
Commit
·
39c179a
1
Parent(s):
2f860db
update
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with demo:
|
|
128 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
129 |
|
130 |
with gr.TabItem("📊 Performance Plot", elem_id="llm-benchmark-tab-table", id=1):
|
131 |
-
print(LEADERBOARD_DF)
|
132 |
# gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
133 |
with gr.Row():
|
134 |
perf_plot = gr.components.Plot(
|
|
|
128 |
leaderboard = init_leaderboard(LEADERBOARD_DF)
|
129 |
|
130 |
with gr.TabItem("📊 Performance Plot", elem_id="llm-benchmark-tab-table", id=1):
|
131 |
+
print(LEADERBOARD_DF.columns)
|
132 |
# gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
133 |
with gr.Row():
|
134 |
perf_plot = gr.components.Plot(
|