Spaces:
Runtime error
Runtime error
Commit
•
006f173
1
Parent(s):
32f2d13
sizing
Browse files
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=
|
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=700,
|
117 |
template="plotly_dark",
|
118 |
color_discrete_map=custom_colors,
|
119 |
)
|