Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks() as readme_tab:
|
|
182 |
demo = gr.TabbedInterface(
|
183 |
[readme_tab, list_resources_demo, get_docs_demo],
|
184 |
["Quickstart", "List Resources", "Get Documentation"],
|
185 |
-
title="
|
186 |
)
|
187 |
|
188 |
demo.launch(mcp_server=True)
|
|
|
182 |
demo = gr.TabbedInterface(
|
183 |
[readme_tab, list_resources_demo, get_docs_demo],
|
184 |
["Quickstart", "List Resources", "Get Documentation"],
|
185 |
+
title="Open HFContext7 MCP - Up-to-date 🤗 Docs For Any Prompt",
|
186 |
)
|
187 |
|
188 |
demo.launch(mcp_server=True)
|