Spaces:
Sleeping
Sleeping
Update app.py
Browse filesChange amount of minimum reference papers parameter input 1 to 10
app.py
CHANGED
|
@@ -493,14 +493,14 @@ with gr.Blocks() as demo:
|
|
| 493 |
removed_location_box = gr.Textbox(
|
| 494 |
label="Removed Location (Countries)",
|
| 495 |
)
|
| 496 |
-
# Reference paper
|
| 497 |
with gr.Row():
|
| 498 |
gr.Markdown("# Reference paper"),
|
| 499 |
with gr.Row():
|
| 500 |
top_k_box = gr.Slider(
|
| 501 |
label="Amount of reference paper",
|
| 502 |
value=10,
|
| 503 |
-
minimum=
|
| 504 |
maximum=30,
|
| 505 |
step=1,
|
| 506 |
)
|
|
|
|
| 493 |
removed_location_box = gr.Textbox(
|
| 494 |
label="Removed Location (Countries)",
|
| 495 |
)
|
| 496 |
+
# Reference paper amount
|
| 497 |
with gr.Row():
|
| 498 |
gr.Markdown("# Reference paper"),
|
| 499 |
with gr.Row():
|
| 500 |
top_k_box = gr.Slider(
|
| 501 |
label="Amount of reference paper",
|
| 502 |
value=10,
|
| 503 |
+
minimum=10,
|
| 504 |
maximum=30,
|
| 505 |
step=1,
|
| 506 |
)
|