Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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
|