waroca commited on
Commit
4d2d85d
·
verified ·
1 Parent(s): a86b2d4

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -14,7 +14,7 @@ hf_oauth_scopes:
14
 
15
  # DataPass
16
 
17
- **Your pass to private data.**
18
 
19
  Subscribe to premium datasets and query them with SQL or natural language via MCP — without ever downloading the raw data.
20
 
 
14
 
15
  # DataPass
16
 
17
+ **Your pass to private datasets.**
18
 
19
  Subscribe to premium datasets and query them with SQL or natural language via MCP — without ever downloading the raw data.
20
 
app.py CHANGED
@@ -211,7 +211,7 @@ def main():
211
  height=120,
212
  elem_classes="hero-logo"
213
  )
214
- gr.HTML('<p style="text-align:center;color:#98989d;margin:0.5rem 0 1rem 0;font-size:1.25rem;">Your pass to private data.</p>')
215
 
216
  # Simple auth row with Gradio 6 LoginButton
217
  with gr.Row():
@@ -616,7 +616,7 @@ def main():
616
  gr.HTML("""
617
  <div style="text-align: center; padding: 2rem 1rem; margin-top: 2rem;">
618
  <p style="font-size: 0.875rem; color: var(--text-secondary); margin-bottom: 0.25rem;">
619
- <strong>DataPass</strong> — Your pass to private data.
620
  </p>
621
  <p style="font-size: 0.75rem; color: var(--text-tertiary);">
622
  Powered by Hugging Face & MCP
 
211
  height=120,
212
  elem_classes="hero-logo"
213
  )
214
+ gr.HTML('<p style="text-align:center;color:#98989d;margin:0.5rem 0 1rem 0;font-size:1.25rem;">Your pass to private datasets.</p>')
215
 
216
  # Simple auth row with Gradio 6 LoginButton
217
  with gr.Row():
 
616
  gr.HTML("""
617
  <div style="text-align: center; padding: 2rem 1rem; margin-top: 2rem;">
618
  <p style="font-size: 0.875rem; color: var(--text-secondary); margin-bottom: 0.25rem;">
619
+ <strong>DataPass</strong> — Your pass to private datasets.
620
  </p>
621
  <p style="font-size: 0.75rem; color: var(--text-tertiary);">
622
  Powered by Hugging Face & MCP