jla1045 commited on
Commit
4aeec38
·
1 Parent(s): e2692d4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -985,7 +985,7 @@ with gr.Blocks(
985
  topk_slider = gr.Slider(label="Number of results", minimum=1, maximum=50, step=1, value=5)
986
  with gr.Column():
987
  mode_sel = gr.Radio(["Arena", "Normal"], value="Arena", label="Mode")
988
- mode_description = gr.Markdown("Arena mode: Compare retrieval results from Lean Finder with another retriever and vote.")
989
 
990
  run_btn = gr.Button("Retrieve")
991
 
 
985
  topk_slider = gr.Slider(label="Number of results", minimum=1, maximum=50, step=1, value=5)
986
  with gr.Column():
987
  mode_sel = gr.Radio(["Arena", "Normal"], value="Arena", label="Mode")
988
+ mode_description = gr.Markdown("Arena mode: Compare retrieval results from Lean Finder with another retriever and vote.\n By voting, you agree that your responses may be used to help improve Lean Finder. We only collect the voting results; no identifiable information is stored.")
989
 
990
  run_btn = gr.Button("Retrieve")
991