victor HF Staff commited on
Commit
1d115f5
Β·
1 Parent(s): d454433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
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
- ["python programming tutorial", "search", 4],
266
- ["stock market today breaking news", "news", 6],
267
- ["machine learning algorithms explained", "search", 8],
268
- ["climate change 2024 latest news", "news", 4],
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,