Archan commited on
Commit
260a22a
·
1 Parent(s): 7b91b09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='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")
 
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")