Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
9a13aa6
1
Parent(s):
54bad3c
add width
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ 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 |
|
92 |
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 |
)
|
91 |
|
92 |
fig.update_traces(
|