bokesyo commited on
Commit
4061826
1 Parent(s): e6d0c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks() as app:
199
  with gr.Row():
200
  kb_id_input = gr.Text(label="Your Knowledge Base ID (paste your Knowledge Base ID here:)")
201
  query_input = gr.Text(label="Your Queston")
202
- topk_input = inputs=gr.Number(value=1, minimum=1, maximum=5, step=1, label="Top K")
203
  retrieve_button = gr.Button("Retrieve")
204
 
205
  with gr.Row():
 
199
  with gr.Row():
200
  kb_id_input = gr.Text(label="Your Knowledge Base ID (paste your Knowledge Base ID here:)")
201
  query_input = gr.Text(label="Your Queston")
202
+ topk_input = inputs=gr.Number(value=3, minimum=1, maximum=5, step=1, label="Number of pages to retrieve")
203
  retrieve_button = gr.Button("Retrieve")
204
 
205
  with gr.Row():