BenchmarkBot commited on
Commit
5643bcb
β€’
1 Parent(s): 5236273

fix plotly traces

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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]}",