Spaces:
Running
Running
[email protected]
commited on
Commit
Β·
ef68dba
1
Parent(s):
6b71c04
update
Browse files
app.py
CHANGED
@@ -169,13 +169,12 @@ with demo:
|
|
169 |
with gr.TabItem("π Performance Plot", elem_id="llm-benchmark-tab-table", id=2):
|
170 |
print(LEADERBOARD_DF.columns)
|
171 |
# gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
)
|
179 |
|
180 |
with gr.TabItem("π About", elem_id="llm-benchmark-tab-table", id=3):
|
181 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
|
|
169 |
with gr.TabItem("π Performance Plot", elem_id="llm-benchmark-tab-table", id=2):
|
170 |
print(LEADERBOARD_DF.columns)
|
171 |
# gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|
172 |
+
perf_plot = gr.components.Plot(
|
173 |
+
# value=init_perf_plot(LEADERBOARD_DF),
|
174 |
+
value=init_asset_plot(ASSET_LEADERBOARD_DF),
|
175 |
+
elem_id="bs1-plot",
|
176 |
+
show_label=False,
|
177 |
+
)
|
|
|
178 |
|
179 |
with gr.TabItem("π About", elem_id="llm-benchmark-tab-table", id=3):
|
180 |
gr.Markdown(LLM_BENCHMARKS_TEXT, elem_classes="markdown-text")
|