Spaces:
Runtime error
Runtime error
update wording
Browse files- tabs/arena_sxs.py +2 -2
tabs/arena_sxs.py
CHANGED
@@ -41,8 +41,8 @@ def load_selected_pdf(file_path):
|
|
41 |
def arena_sxs():
|
42 |
with gr.Blocks() as arena_block:
|
43 |
gr.Markdown("# Rules")
|
44 |
-
gr.Markdown("-
|
45 |
-
gr.Markdown("- You can
|
46 |
|
47 |
gr.Markdown("## 1. Upload a file or choose a sample.")
|
48 |
gr.Markdown("Only PDF files supported.")
|
|
|
41 |
def arena_sxs():
|
42 |
with gr.Blocks() as arena_block:
|
43 |
gr.Markdown("# Rules")
|
44 |
+
gr.Markdown("- Choose a Sample PDF or upload a your own to parse with two chosen models (e.g., Llama, Unstructured, ChatGPT, Claude) and vote for the better one!")
|
45 |
+
gr.Markdown("- You can parse multiple files until you identify a winner.")
|
46 |
|
47 |
gr.Markdown("## 1. Upload a file or choose a sample.")
|
48 |
gr.Markdown("Only PDF files supported.")
|