Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
5643bcb
1
Parent(s):
5236273
fix plotly traces
Browse files
app.py
CHANGED
@@ -91,6 +91,9 @@ def get_benchmark_plot(benchmark):
|
|
91 |
y=-0.15,
|
92 |
x=0.5
|
93 |
),
|
|
|
|
|
|
|
94 |
hovertemplate="<br>".join([
|
95 |
"Model: %{customdata[0]}",
|
96 |
"Backend: %{customdata[1]}",
|
|
|
91 |
y=-0.15,
|
92 |
x=0.5
|
93 |
),
|
94 |
+
)
|
95 |
+
|
96 |
+
fig.update_traces(
|
97 |
hovertemplate="<br>".join([
|
98 |
"Model: %{customdata[0]}",
|
99 |
"Backend: %{customdata[1]}",
|