Spaces:
Running
Running
Update description
Browse files
app.py
CHANGED
@@ -342,7 +342,7 @@ def leaderboard_app(data_path: str):
|
|
342 |
# Controls at the top.
|
343 |
|
344 |
uses_gold_checkbox = gr.Checkbox(
|
345 |
-
label="๐ : Display only those systems that do not use gold information
|
346 |
value=False,
|
347 |
)
|
348 |
uses_rag_checkbox = gr.Checkbox(
|
|
|
342 |
# Controls at the top.
|
343 |
|
344 |
uses_gold_checkbox = gr.Checkbox(
|
345 |
+
label="๐ : Display only those systems that do not use gold information at **test time**.",
|
346 |
value=False,
|
347 |
)
|
348 |
uses_rag_checkbox = gr.Checkbox(
|