bkoz commited on
Commit
b557e10
·
1 Parent(s): 273100b

initial code

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -83,6 +83,5 @@ with gr.Blocks(title="Search the Jeopardy Vector Database powered by Weaviate) a
83
  vdb_button.click(fn=respond, inputs=[semantic_input_text], outputs=gr.Textbox(label="Search Results (Filters = Name)"))
84
 
85
 
86
-
87
  if __name__ == "__main__":
88
  demo.launch()
 
83
  vdb_button.click(fn=respond, inputs=[semantic_input_text], outputs=gr.Textbox(label="Search Results (Filters = Name)"))
84
 
85
 
 
86
  if __name__ == "__main__":
87
  demo.launch()