Update app.py
Browse files
app.py
CHANGED
|
@@ -207,7 +207,7 @@ with gr.Blocks(title="Web Search MCP Server") as demo:
|
|
| 207 |
</div>
|
| 208 |
"""
|
| 209 |
)
|
| 210 |
-
|
| 211 |
gr.Markdown(
|
| 212 |
"""
|
| 213 |
# 🔍 Web Search MCP Server
|
|
@@ -262,11 +262,10 @@ with gr.Blocks(title="Web Search MCP Server") as demo:
|
|
| 262 |
gr.Examples(
|
| 263 |
examples=[
|
| 264 |
["OpenAI GPT-5 latest developments", "news", 5],
|
| 265 |
-
["
|
| 266 |
-
["stock
|
| 267 |
-
["
|
| 268 |
-
["
|
| 269 |
-
["web development best practices", "search", 4],
|
| 270 |
],
|
| 271 |
inputs=[query_input, search_type_input, num_results_input],
|
| 272 |
outputs=output,
|
|
|
|
| 207 |
</div>
|
| 208 |
"""
|
| 209 |
)
|
| 210 |
+
|
| 211 |
gr.Markdown(
|
| 212 |
"""
|
| 213 |
# 🔍 Web Search MCP Server
|
|
|
|
| 262 |
gr.Examples(
|
| 263 |
examples=[
|
| 264 |
["OpenAI GPT-5 latest developments", "news", 5],
|
| 265 |
+
["React hooks useState", "search", 4],
|
| 266 |
+
["Tesla stock price today", "news", 6],
|
| 267 |
+
["Apple Vision Pro reviews", "search", 4],
|
| 268 |
+
["best Italian restaurants NYC", "search", 4],
|
|
|
|
| 269 |
],
|
| 270 |
inputs=[query_input, search_type_input, num_results_input],
|
| 271 |
outputs=output,
|