s-conia commited on
Commit
2a0e0d2
ยท
1 Parent(s): 4a14934

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(