manu commited on
Commit
10278bd
β€’
1 Parent(s): 9357d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
99
  with gr.Column(scale=3):
100
  gr.Markdown("## 2️⃣ Search")
101
  query = gr.Textbox(placeholder="Enter your query here", label="Query")
102
- k = gr.Slider(minimum=1, maximum=10, step=1, label="Number of results", value=3)
103
 
104
  # Define the actions
105
  search_button = gr.Button("πŸ” Search", variant="primary")
 
99
  with gr.Column(scale=3):
100
  gr.Markdown("## 2️⃣ Search")
101
  query = gr.Textbox(placeholder="Enter your query here", label="Query")
102
+ k = gr.Slider(minimum=1, maximum=10, step=1, label="Number of results", value=5)
103
 
104
  # Define the actions
105
  search_button = gr.Button("πŸ” Search", variant="primary")