Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def fn_two(choice, docs, n_pairs):
|
|
90 |
with gr.Blocks() as demo:
|
91 |
with gr.Row():
|
92 |
paper_name = gr.Textbox(label="Enter Paper Name/ID")
|
93 |
-
n_docs = gr.Dropdown(label=
|
94 |
docs = gr.State() #gr.Textbox(label="second", visible=False)
|
95 |
n_pairs = gr.State() #gr.Textbox(label="third", visible=False)
|
96 |
fetch_btn = gr.Button("Fetch")
|
|
|
90 |
with gr.Blocks() as demo:
|
91 |
with gr.Row():
|
92 |
paper_name = gr.Textbox(label="Enter Paper Name/ID")
|
93 |
+
n_docs = gr.Dropdown(label="Number of Docs to Load", [1,2,3,4,5,6,7,8,9,10])
|
94 |
docs = gr.State() #gr.Textbox(label="second", visible=False)
|
95 |
n_pairs = gr.State() #gr.Textbox(label="third", visible=False)
|
96 |
fetch_btn = gr.Button("Fetch")
|