Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ ui = gr.Interface(
|
|
11 |
placeholder="Enter query here",
|
12 |
info="The query to search for in the vector database"
|
13 |
)]
|
|
|
14 |
|
15 |
# Launch with MCP server enabled
|
16 |
if __name__ == "__main__":
|
|
|
11 |
placeholder="Enter query here",
|
12 |
info="The query to search for in the vector database"
|
13 |
)]
|
14 |
+
)
|
15 |
|
16 |
# Launch with MCP server enabled
|
17 |
if __name__ == "__main__":
|