waroca commited on
Commit
cfe9850
·
verified ·
1 Parent(s): d390172

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. server.py +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ pinned: false
10
 
11
  # DataPass MCP Server
12
 
13
- **Your pass to private data.**
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 data.</p>
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>