Spaces:
Running
Running
edit typo
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def search_novels(query, k):
|
|
21 |
|
22 |
with gr.Blocks() as demo:
|
23 |
with gr.Row():
|
24 |
-
query = gr.Textbox(label="Search Query", placeholder="write a query to find the
|
25 |
with gr.Row():
|
26 |
# search_type = gr.Dropdown(label="Search Type", choices=['semantic', 'keyword', 'hybrid'], value='hybrid')
|
27 |
k = gr.Number(label="Items Count", value=10)
|
|
|
21 |
|
22 |
with gr.Blocks() as demo:
|
23 |
with gr.Row():
|
24 |
+
query = gr.Textbox(label="Search Query", placeholder="write a query to find the novels")
|
25 |
with gr.Row():
|
26 |
# search_type = gr.Dropdown(label="Search Type", choices=['semantic', 'keyword', 'hybrid'], value='hybrid')
|
27 |
k = gr.Number(label="Items Count", value=10)
|