BenchmarkBot commited on
Commit
9a13aa6
β€’
1 Parent(s): 54bad3c
Files changed (1) hide show
  1. app.py +1 -1
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
- # width=1000,
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(