bkoz commited on
Commit
821d5ae
·
1 Parent(s): 21f1e47

initial code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Enter a Query:",
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
  ),