andrewrreed HF staff commited on
Commit
4733a9c
1 Parent(s): 3a19901
Files changed (1) hide show
  1. app.py +2 -2
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=800,
117
  template="plotly_dark",
118
  color_discrete_map=custom_colors,
119
  )
@@ -234,7 +234,7 @@ with gr.Blocks(
234
  gr.Markdown(
235
  """
236
  <div style="text-align: center; max-width: 650px; margin: auto;">
237
- <p style="margin-top: 40px;"> If you have any questions, feel free to open an Discussion or <a href="https://twitter.com/andrewrreed">reach out to me on social</a>. </p>
238
  </p>
239
  </div>
240
  """
 
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
  )
 
234
  gr.Markdown(
235
  """
236
  <div style="text-align: center; max-width: 650px; margin: auto;">
237
+ <p style="margin-top: 40px;"> If you have any questions, feel free to open a discussion or <a href="https://twitter.com/andrewrreed">reach out to me on social</a>. </p>
238
  </p>
239
  </div>
240
  """