BenchmarkBot commited on
Commit
54bad3c
ยท
1 Parent(s): d8fa097

removed height constraint

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -86,14 +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
- legend=dict(
90
- orientation="h",
91
- yanchor="middle",
92
- xanchor="center",
93
- y=-0.15,
94
- x=0.5
95
- ),
96
- height=800,
97
  )
98
 
99
  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(