bkoz commited on
Commit
13a25da
1 Parent(s): a77b8e6
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -66,7 +66,10 @@ with gr.Blocks(title="Search the Jeopardy Vector Database powered by Weaviate")
66
  ["Music"],
67
  ["Wine"],
68
  ["Consumer Products"],
69
- ["Sports"]
 
 
 
70
  ]
71
  semantic_input_text = gr.Textbox(label="Enter a search concept or choose an example below:", value=semantic_examples[0][0])
72
  gr.Examples(semantic_examples, inputs=semantic_input_text, label="Example search concepts:")
 
66
  ["Music"],
67
  ["Wine"],
68
  ["Consumer Products"],
69
+ ["Sports"],
70
+ ["Fishing"],
71
+ ["Food"],
72
+ ["Weather"]
73
  ]
74
  semantic_input_text = gr.Textbox(label="Enter a search concept or choose an example below:", value=semantic_examples[0][0])
75
  gr.Examples(semantic_examples, inputs=semantic_input_text, label="Example search concepts:")