Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ pinned: false
|
|
| 10 |
|
| 11 |
# DataPass MCP Server
|
| 12 |
|
| 13 |
-
**Your pass to private
|
| 14 |
|
| 15 |
This is the MCP (Model Context Protocol) server that powers DataPass. It handles:
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
# DataPass MCP Server
|
| 12 |
|
| 13 |
+
**Your pass to private datasets.**
|
| 14 |
|
| 15 |
This is the MCP (Model Context Protocol) server that powers DataPass. It handles:
|
| 16 |
|
server.py
CHANGED
|
@@ -738,7 +738,7 @@ async def landing_page(request: Request):
|
|
| 738 |
<body>
|
| 739 |
<div class="container">
|
| 740 |
<div class="logo"><img src="/logo.png" alt="DataPass Logo"></div>
|
| 741 |
-
<p class="tagline">Your pass to private
|
| 742 |
|
| 743 |
<div class="card">
|
| 744 |
<h2>Query private datasets without downloading them</h2>
|
|
|
|
| 738 |
<body>
|
| 739 |
<div class="container">
|
| 740 |
<div class="logo"><img src="/logo.png" alt="DataPass Logo"></div>
|
| 741 |
+
<p class="tagline">Your pass to private datasets.</p>
|
| 742 |
|
| 743 |
<div class="card">
|
| 744 |
<h2>Query private datasets without downloading them</h2>
|