Merge branch 'main' of hf.co:spaces/lmsys/chatbot-arena-leaderboard
Browse files
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:
|
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():
|