weichiang commited on
Commit
6ee42a1
β€’
1 Parent(s): b97167c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -355,7 +355,7 @@ You can find more discussions in this blog [post](https://lmsys.org/blog/2023-12
355
  with gr.Row():
356
  with gr.Column():
357
  gr.Markdown(
358
- "#### Figure 3: Bootstrap of Elo Estimates (1000 Rounds of Random Sampling)"
359
  )
360
  plot_3 = gr.Plot(p3, show_label=False)
361
  with gr.Column():
 
355
  with gr.Row():
356
  with gr.Column():
357
  gr.Markdown(
358
+ "#### Figure 3: Confidence Intervals on Model Strength (via Bootstrapping)"
359
  )
360
  plot_3 = gr.Plot(p3, show_label=False)
361
  with gr.Column():