Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -400,16 +400,6 @@ interventions_place_holder = f"""Example:
|
|
| 400 |
|
| 401 |
with gr.Blocks() as demo:
|
| 402 |
|
| 403 |
-
with gr.Row():
|
| 404 |
-
gr.Markdown("# Reference paper"),
|
| 405 |
-
with gr.Row():
|
| 406 |
-
top_k_box = gr.Slider(
|
| 407 |
-
label="Amount of reference paper",
|
| 408 |
-
value=5,
|
| 409 |
-
minimum=0,
|
| 410 |
-
maximum=30,
|
| 411 |
-
step=1,
|
| 412 |
-
)
|
| 413 |
# Study description
|
| 414 |
with gr.Row():
|
| 415 |
gr.Markdown("# Research Information"),
|
|
@@ -475,6 +465,17 @@ with gr.Blocks() as demo:
|
|
| 475 |
removed_location_box = gr.Textbox(
|
| 476 |
label="Removed Location (Countries)",
|
| 477 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 478 |
|
| 479 |
# Submit & Clear
|
| 480 |
with gr.Row():
|
|
|
|
| 400 |
|
| 401 |
with gr.Blocks() as demo:
|
| 402 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 403 |
# Study description
|
| 404 |
with gr.Row():
|
| 405 |
gr.Markdown("# Research Information"),
|
|
|
|
| 465 |
removed_location_box = gr.Textbox(
|
| 466 |
label="Removed Location (Countries)",
|
| 467 |
)
|
| 468 |
+
# Reference paper
|
| 469 |
+
with gr.Row():
|
| 470 |
+
gr.Markdown("# Reference paper"),
|
| 471 |
+
with gr.Row():
|
| 472 |
+
top_k_box = gr.Slider(
|
| 473 |
+
label="Amount of reference paper",
|
| 474 |
+
value=5,
|
| 475 |
+
minimum=0,
|
| 476 |
+
maximum=30,
|
| 477 |
+
step=1,
|
| 478 |
+
)
|
| 479 |
|
| 480 |
# Submit & Clear
|
| 481 |
with gr.Row():
|