Spaces:
victor
/
Runtime error

victor HF Staff commited on
Commit
1e6c032
Β·
1 Parent(s): 6cac6d5

Update Gradio UI title for consistency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ async def fetch(url: str, timeout: int = 20) -> Dict[str, Any]:
219
  # ──────────────────────────────────────────────────────────────────────────────
220
  # Gradio UI
221
  # ──────────────────────────────────────────────────────────────────────────────
222
- with gr.Blocks(title="Web Search MCP Server") as demo:
223
  gr.HTML(
224
  """
225
  <div style="background-color: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.3); border-radius: 8px; padding: 12px; margin-bottom: 16px; text-align: center;">
 
219
  # ──────────────────────────────────────────────────────────────────────────────
220
  # Gradio UI
221
  # ──────────────────────────────────────────────────────────────────────────────
222
+ with gr.Blocks(title="Web MCP Server") as demo:
223
  gr.HTML(
224
  """
225
  <div style="background-color: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.3); border-radius: 8px; padding: 12px; margin-bottom: 16px; text-align: center;">