Update app.py
Browse files
app.py
CHANGED
@@ -291,12 +291,12 @@ def main() -> None:
|
|
291 |
)
|
292 |
],
|
293 |
examples=[
|
294 |
-
['food.csv', 'Counting', False, False],
|
295 |
-
['food.csv', 'Bradley-Terry (1952)', False, False],
|
296 |
-
['food.csv', 'Eigenvector (1986)', False, False],
|
297 |
-
['food.csv', 'PageRank (1998)', False, False],
|
298 |
-
['food.csv', 'Newman (2023)', False, False],
|
299 |
-
['llmfao.csv', 'Bradley-Terry (1952)', False, True]
|
300 |
],
|
301 |
title='Pair2Rank: Turn Your Side-by-Side Comparisons into Ranking!',
|
302 |
description='''
|
|
|
291 |
)
|
292 |
],
|
293 |
examples=[
|
294 |
+
['food.csv', 'Counting', False, False, 0],
|
295 |
+
['food.csv', 'Bradley-Terry (1952)', False, False, 0],
|
296 |
+
['food.csv', 'Eigenvector (1986)', False, False, 0],
|
297 |
+
['food.csv', 'PageRank (1998)', False, False, 0],
|
298 |
+
['food.csv', 'Newman (2023)', False, False, 0],
|
299 |
+
['llmfao.csv', 'Bradley-Terry (1952)', False, True, 0]
|
300 |
],
|
301 |
title='Pair2Rank: Turn Your Side-by-Side Comparisons into Ranking!',
|
302 |
description='''
|