lmzheng commited on
Commit
058f916
1 Parent(s): 0c9680f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -197,7 +197,8 @@ def build_leaderboard_tab(elo_results_file, leaderboard_table_file):
197
  elem_id="leaderboard_dataframe",
198
  )
199
  gr.Markdown(
200
- "If you want to see more models, please help us [add them](https://github.com/lm-sys/FastChat/blob/main/docs/arena.md#how-to-add-a-new-model)."
 
201
  )
202
  else:
203
  pass
@@ -206,7 +207,8 @@ def build_leaderboard_tab(elo_results_file, leaderboard_table_file):
206
  f"""## More Statistics for Chatbot Arena\n
207
  We added some additional figures to show more statistics. The code for generating them is also included in this [notebook]({notebook_url}).
208
  Please note that you may see different orders from different ranking methods. This is expected for models that perform similarly, as demonstrated by the confidence interval in the bootstrap figure. Going forward, we prefer the classical Elo calculation because of its scalability and interpretability. You can find more discussions in this blog [post](https://lmsys.org/blog/2023-05-03-arena/).
209
- """
 
210
  )
211
 
212
  leader_component_values[:] = [md, p1, p2, p3, p4]
 
197
  elem_id="leaderboard_dataframe",
198
  )
199
  gr.Markdown(
200
+ "If you want to see more models, please help us [add them](https://github.com/lm-sys/FastChat/blob/main/docs/arena.md#how-to-add-a-new-model).",
201
+ elem_id="leaderboard_markdown"
202
  )
203
  else:
204
  pass
 
207
  f"""## More Statistics for Chatbot Arena\n
208
  We added some additional figures to show more statistics. The code for generating them is also included in this [notebook]({notebook_url}).
209
  Please note that you may see different orders from different ranking methods. This is expected for models that perform similarly, as demonstrated by the confidence interval in the bootstrap figure. Going forward, we prefer the classical Elo calculation because of its scalability and interpretability. You can find more discussions in this blog [post](https://lmsys.org/blog/2023-05-03-arena/).
210
+ """,
211
+ elem_id="leaderboard_markdown"
212
  )
213
 
214
  leader_component_values[:] = [md, p1, p2, p3, p4]