dustalov commited on
Commit
0cc5c99
·
verified ·
1 Parent(s): 486e254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,6 @@ def main() -> None:
278
  ["llmfao.csv", "Bradley-Terry (1952)", False, True, 100],
279
  ["llmfao.csv", "Elo (1960)", False, True, 100],
280
  ["llmfao.csv", "Elo (1960)", False, True, 100],
281
- ["chatbot_arena_20240814.csv", "Bradley-Terry (1952)", False, False, 0],
282
  ],
283
  title="Evalica: Turn Your Side-by-Side Comparisons into Ranking!",
284
  description="""
@@ -305,6 +304,7 @@ As the output, this tool provides a table with items, their estimated scores, an
305
  - LLMFAO: <https://evalovernite.substack.com/p/llmfao-human-ranking>
306
  """.strip(),
307
  flagging_mode="never",
 
308
  )
309
 
310
  iface.launch()
 
278
  ["llmfao.csv", "Bradley-Terry (1952)", False, True, 100],
279
  ["llmfao.csv", "Elo (1960)", False, True, 100],
280
  ["llmfao.csv", "Elo (1960)", False, True, 100],
 
281
  ],
282
  title="Evalica: Turn Your Side-by-Side Comparisons into Ranking!",
283
  description="""
 
304
  - LLMFAO: <https://evalovernite.substack.com/p/llmfao-human-ranking>
305
  """.strip(),
306
  flagging_mode="never",
307
+ analytics_enabled=False,
308
  )
309
 
310
  iface.launch()