updated
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(title="Search the Jeopardy Vector Database powered by Weaviate")
|
|
70 |
]
|
71 |
semantic_input_text = gr.Textbox(label="Enter a search concept or choose an example below:", value=semantic_examples[0][0])
|
72 |
gr.Examples(semantic_examples,
|
73 |
-
fn=respond,
|
74 |
inputs=semantic_input_text, label="Example search concepts:"
|
75 |
)
|
76 |
vdb_button = gr.Button(value="Search the Jeopardy Vector Database.")
|
|
|
70 |
]
|
71 |
semantic_input_text = gr.Textbox(label="Enter a search concept or choose an example below:", value=semantic_examples[0][0])
|
72 |
gr.Examples(semantic_examples,
|
73 |
+
# fn=respond,
|
74 |
inputs=semantic_input_text, label="Example search concepts:"
|
75 |
)
|
76 |
vdb_button = gr.Button(value="Search the Jeopardy Vector Database.")
|