Revert "Update MCP button link to use custom HF Space domain"
Browse filesThis reverts commit e6f71d7c825c7c581b7f5b596fa9c49485afa043.
app.py
CHANGED
@@ -215,7 +215,7 @@ with gr.Blocks(title="Web Search MCP Server") as demo:
|
|
215 |
gr.HTML(
|
216 |
"""
|
217 |
<div style="margin-bottom: 24px;">
|
218 |
-
<a href="https://victor
|
219 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/use-with-mcp-lg-dark.svg"
|
220 |
alt="Use with MCP"
|
221 |
style="height: 36px;">
|
|
|
215 |
gr.HTML(
|
216 |
"""
|
217 |
<div style="margin-bottom: 24px;">
|
218 |
+
<a href="https://huggingface.co/spaces/victor/websearch?view=api">
|
219 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/use-with-mcp-lg-dark.svg"
|
220 |
alt="Use with MCP"
|
221 |
style="height: 36px;">
|