weichiang commited on
Commit
b332a8d
β€’
2 Parent(s): 8f856a6 6ee42a1

Merge branch 'main' of hf.co:spaces/lmsys/chatbot-arena-leaderboard

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