Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
271d809
1
Parent(s):
be446ee
more descriptive
Browse files
app.py
CHANGED
@@ -222,7 +222,9 @@ with demo:
|
|
222 |
# leaderboard tabs
|
223 |
with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
|
224 |
with gr.TabItem("π₯οΈ A100-80GB Benchmark π", id=0):
|
225 |
-
gr.HTML(
|
|
|
|
|
226 |
# Original leaderboard table
|
227 |
A100_leaderboard = gr.components.Dataframe(
|
228 |
value=A100_table,
|
@@ -233,7 +235,7 @@ with demo:
|
|
233 |
|
234 |
with gr.TabItem("π₯οΈ A100-80GB Plot π", id=1):
|
235 |
gr.HTML(
|
236 |
-
"π Hover over the points π
|
237 |
elem_id="descriptive-text",
|
238 |
)
|
239 |
# Original leaderboard plot
|
@@ -244,6 +246,10 @@ with demo:
|
|
244 |
)
|
245 |
|
246 |
with gr.TabItem("Control Panel ποΈ", id=2):
|
|
|
|
|
|
|
|
|
247 |
# control panel interface
|
248 |
with gr.Row():
|
249 |
with gr.Column(scale=1):
|
|
|
222 |
# leaderboard tabs
|
223 |
with gr.Tabs(elem_classes="A100-tabs") as A100_tabs:
|
224 |
with gr.TabItem("π₯οΈ A100-80GB Benchmark π", id=0):
|
225 |
+
gr.HTML(
|
226 |
+
"π Scroll to the right π for more columns.", elem_id="descriptive-text"
|
227 |
+
)
|
228 |
# Original leaderboard table
|
229 |
A100_leaderboard = gr.components.Dataframe(
|
230 |
value=A100_table,
|
|
|
235 |
|
236 |
with gr.TabItem("π₯οΈ A100-80GB Plot π", id=1):
|
237 |
gr.HTML(
|
238 |
+
"π Hover over the points π for additional information.",
|
239 |
elem_id="descriptive-text",
|
240 |
)
|
241 |
# Original leaderboard plot
|
|
|
246 |
)
|
247 |
|
248 |
with gr.TabItem("Control Panel ποΈ", id=2):
|
249 |
+
gr.HTML(
|
250 |
+
"Use this control panel to filter the leaderboard (table and plot).",
|
251 |
+
elem_id="descriptive-text",
|
252 |
+
)
|
253 |
# control panel interface
|
254 |
with gr.Row():
|
255 |
with gr.Column(scale=1):
|