Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
d18839d
1
Parent(s):
01d6a6d
last css test
Browse files- app.py +2 -0
- src/assets/css_html_js.py +1 -1
app.py
CHANGED
@@ -86,6 +86,8 @@ def get_benchmark_plot(benchmark):
|
|
86 |
xaxis_title="Average H4 Score",
|
87 |
yaxis_title="Latency per 1000 Tokens (s)",
|
88 |
legend_title="Model Type",
|
|
|
|
|
89 |
)
|
90 |
|
91 |
fig.update_traces(
|
|
|
86 |
xaxis_title="Average H4 Score",
|
87 |
yaxis_title="Latency per 1000 Tokens (s)",
|
88 |
legend_title="Model Type",
|
89 |
+
width=1000,
|
90 |
+
height=800,
|
91 |
)
|
92 |
|
93 |
fig.update_traces(
|
src/assets/css_html_js.py
CHANGED
@@ -36,7 +36,7 @@ table th:first-child {
|
|
36 |
.tab-buttons button {
|
37 |
font-size: 20px;
|
38 |
}
|
39 |
-
#1x100A-plot {
|
40 |
width: 100%;
|
41 |
height: 100%;
|
42 |
}
|
|
|
36 |
.tab-buttons button {
|
37 |
font-size: 20px;
|
38 |
}
|
39 |
+
#1x100A-plot > div:second-child {
|
40 |
width: 100%;
|
41 |
height: 100%;
|
42 |
}
|