CodingWithTim commited on
Commit
f0605c4
1 Parent(s): e83daf4

update browser

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -141,12 +141,13 @@ def build_demo():
141
  build_question_selector_map()
142
 
143
  with gr.Blocks(
144
- title="MT-Bench Browser",
145
  theme=gr.themes.Base(text_size=gr.themes.sizes.text_lg),
146
  ) as demo:
147
  gr.Markdown(
148
  """
149
  # Chatbot Arena Examples
 
150
  | [Paper](https://arxiv.org/abs/2403.04132) | [Leaderboard](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard) |
151
  """
152
  )
 
141
  build_question_selector_map()
142
 
143
  with gr.Blocks(
144
+ title="Chatbot Arena Examples",
145
  theme=gr.themes.Base(text_size=gr.themes.sizes.text_lg),
146
  ) as demo:
147
  gr.Markdown(
148
  """
149
  # Chatbot Arena Examples
150
+ We randomly sample 20 battles from each category using seed 42.
151
  | [Paper](https://arxiv.org/abs/2403.04132) | [Leaderboard](https://huggingface.co/spaces/lmsys/chatbot-arena-leaderboard) |
152
  """
153
  )