BenchmarkBot commited on
Commit
d3abea5
β€’
1 Parent(s): d18839d

very last css test

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. src/assets/css_html_js.py +1 -1
app.py CHANGED
@@ -86,8 +86,8 @@ 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
- height=800,
91
  )
92
 
93
  fig.update_traces(
 
86
  xaxis_title="Average H4 Score",
87
  yaxis_title="Latency per 1000 Tokens (s)",
88
  legend_title="Model Type",
89
+ width=1200,
90
+ height=600,
91
  )
92
 
93
  fig.update_traces(
src/assets/css_html_js.py CHANGED
@@ -36,7 +36,7 @@ table th:first-child {
36
  .tab-buttons button {
37
  font-size: 20px;
38
  }
39
- #1x100A-plot > div:second-child {
40
  width: 100%;
41
  height: 100%;
42
  }
 
36
  .tab-buttons button {
37
  font-size: 20px;
38
  }
39
+ .plot-container > div:first-child {
40
  width: 100%;
41
  height: 100%;
42
  }