Binaryy commited on
Commit
0d1fef4
1 Parent(s): 44003ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ iface = gr.Interface(
95
  inputs="text",
96
  outputs="json",
97
  title="Semantic Search Prototype",
98
- description="Enter your query to perform a semantic search.",
99
  )
100
 
101
  # Launch the Gradio interface
 
95
  inputs="text",
96
  outputs="json",
97
  title="Semantic Search Prototype",
98
+ description="Enter your query to search.",
99
  )
100
 
101
  # Launch the Gradio interface