initial code
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def respond(query):
|
|
62 |
with gr.Blocks(title="Search the Jeopardy Vector Database powered by Weaviate") as demo:
|
63 |
gr.Markdown("""# Search the Jeopardy Vector Database powered by Weaviate""")
|
64 |
semantic_examples = [
|
65 |
-
["
|
66 |
["Music"],
|
67 |
["Wine"],
|
68 |
["Consumer Products"],
|
|
|
62 |
with gr.Blocks(title="Search the Jeopardy Vector Database powered by Weaviate") as demo:
|
63 |
gr.Markdown("""# Search the Jeopardy Vector Database powered by Weaviate""")
|
64 |
semantic_examples = [
|
65 |
+
["Nature"],
|
66 |
["Music"],
|
67 |
["Wine"],
|
68 |
["Consumer Products"],
|