initial code
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def respond(query):
|
|
62 |
demo = gr.Interface(fn=respond,
|
63 |
inputs=gr.Textbox(
|
64 |
label="Search the Jeopardy Vector Database",
|
65 |
-
info="
|
66 |
lines=1,
|
67 |
value="Guitar",
|
68 |
),
|
|
|
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",
|
68 |
),
|