Spaces:
Running
on
Zero
Running
on
Zero
AdrienB134
commited on
Commit
•
0a1357c
1
Parent(s):
697a63b
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
220 |
with gr.Column(scale=3):
|
221 |
gr.Markdown("## 2️⃣ Search")
|
222 |
query = gr.Textbox(placeholder="Enter your query here", label="Query")
|
223 |
-
k = gr.Slider(minimum=1, maximum=10, step=1, label="Number of results", value=
|
224 |
search_button = gr.Button("🔍 Search", variant="primary")
|
225 |
|
226 |
with gr.Row():
|
|
|
220 |
with gr.Column(scale=3):
|
221 |
gr.Markdown("## 2️⃣ Search")
|
222 |
query = gr.Textbox(placeholder="Enter your query here", label="Query")
|
223 |
+
k = gr.Slider(minimum=1, maximum=10, step=1, label="Number of results", value=1)
|
224 |
search_button = gr.Button("🔍 Search", variant="primary")
|
225 |
|
226 |
with gr.Row():
|