andrewrreed HF staff commited on
Commit
32f2d13
1 Parent(s): fe76080
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def build_plot(min_score, max_models_per_month, toggle_annotations, set_selector
113
  trendline="ols",
114
  title=f"Open vs Proprietary LLMs by LMSYS Arena ELO Score<br>(as of {date_updated})",
115
  labels={"rating": "Arena ELO", "Release Date": "Release Date"},
116
- height=600,
117
  template="plotly_dark",
118
  color_discrete_map=custom_colors,
119
  )
 
113
  trendline="ols",
114
  title=f"Open vs Proprietary LLMs by LMSYS Arena ELO Score<br>(as of {date_updated})",
115
  labels={"rating": "Arena ELO", "Release Date": "Release Date"},
116
+ height=650,
117
  template="plotly_dark",
118
  color_discrete_map=custom_colors,
119
  )