leavoigt commited on
Commit
91925c4
·
verified ·
1 Parent(s): b8e4790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ ui = gr.Interface(
9
  label="Query",
10
  lines=2,
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__":
 
9
  label="Query",
10
  lines=2,
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__":