teddyllm commited on
Commit
9018da2
·
verified ·
1 Parent(s): bd3532f
Files changed (1) hide show
  1. app.py +1 -1
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 courses")
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)