Spaces:
Running
Running
default to arena
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(title="Lean Finder Retrieval", css=CUSTOM_CSS) as demo:
|
|
155 |
with gr.Row():
|
156 |
query_box = gr.Textbox(label="Query", lines=2, placeholder="Type your Lean query here …")
|
157 |
topk_slider = gr.Slider(label="Top-k", minimum=1, maximum=20, step=1, value=3)
|
158 |
-
mode_sel = gr.Radio(["
|
159 |
run_btn = gr.Button("Retrieve")
|
160 |
|
161 |
with gr.Row(elem_id="vote_area"):
|
|
|
155 |
with gr.Row():
|
156 |
query_box = gr.Textbox(label="Query", lines=2, placeholder="Type your Lean query here …")
|
157 |
topk_slider = gr.Slider(label="Top-k", minimum=1, maximum=20, step=1, value=3)
|
158 |
+
mode_sel = gr.Radio(["Arena", "Normal"], value="Arena", label="Mode")
|
159 |
run_btn = gr.Button("Retrieve")
|
160 |
|
161 |
with gr.Row(elem_id="vote_area"):
|