initial code
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def respond(query):
|
|
61 |
|
62 |
demo = gr.Interface(fn=respond,
|
63 |
inputs=gr.Textbox(
|
64 |
-
label="Search the Jeopardy Vector Database",
|
65 |
info="Submit a Query:",
|
66 |
lines=1,
|
67 |
value="Guitar",
|
|
|
61 |
|
62 |
demo = gr.Interface(fn=respond,
|
63 |
inputs=gr.Textbox(
|
64 |
+
label="Search the Jeopardy Vector Database powered by Weaviate",
|
65 |
info="Submit a Query:",
|
66 |
lines=1,
|
67 |
value="Guitar",
|