bkoz commited on
Commit
463a101
·
1 Parent(s): e2b9c7f

initial code

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -63,8 +63,7 @@ demo = gr.Interface(
63
  gr.Textbox(
64
  label="Search the Jeopardy Vector Database powered by Weaviate",
65
  info="Submit a Query:",
66
- lines=1,
67
- value=examples[0][0]
68
  ),
69
  examples=["Guitars", "Wine", "Movies", "Sports"],
70
  outputs="textbox"
 
63
  gr.Textbox(
64
  label="Search the Jeopardy Vector Database powered by Weaviate",
65
  info="Submit a Query:",
66
+ lines=1
 
67
  ),
68
  examples=["Guitars", "Wine", "Movies", "Sports"],
69
  outputs="textbox"