bkoz commited on
Commit
de3ee9f
·
1 Parent(s): fa19add
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(title="Search the Jeopardy Vector Database powered by Weaviate")
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,
73
- fn=respond,
74
  inputs=semantic_input_text, label="Example search concepts:"
75
  )
76
  vdb_button = gr.Button(value="Search the Jeopardy Vector Database.")
 
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,
73
+ # fn=respond,
74
  inputs=semantic_input_text, label="Example search concepts:"
75
  )
76
  vdb_button = gr.Button(value="Search the Jeopardy Vector Database.")