Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ def main():
|
|
| 96 |
gr.HTML("""
|
| 97 |
<div class="hero-section">
|
| 98 |
<h1 class="hero-title">DataPass</h1>
|
| 99 |
-
<p class="hero-subtitle">
|
| 100 |
</div>
|
| 101 |
""")
|
| 102 |
|
|
@@ -489,8 +489,11 @@ def main():
|
|
| 489 |
# Footer
|
| 490 |
gr.HTML("""
|
| 491 |
<div style="text-align: center; padding: 2rem 1rem; margin-top: 2rem;">
|
| 492 |
-
<p style="font-size: 0.
|
| 493 |
-
DataPass —
|
|
|
|
|
|
|
|
|
|
| 494 |
</p>
|
| 495 |
</div>
|
| 496 |
""")
|
|
|
|
| 96 |
gr.HTML("""
|
| 97 |
<div class="hero-section">
|
| 98 |
<h1 class="hero-title">DataPass</h1>
|
| 99 |
+
<p class="hero-subtitle">Your pass to private data.</p>
|
| 100 |
</div>
|
| 101 |
""")
|
| 102 |
|
|
|
|
| 489 |
# Footer
|
| 490 |
gr.HTML("""
|
| 491 |
<div style="text-align: center; padding: 2rem 1rem; margin-top: 2rem;">
|
| 492 |
+
<p style="font-size: 0.875rem; color: var(--text-secondary); margin-bottom: 0.25rem;">
|
| 493 |
+
<strong>DataPass</strong> — Your pass to private data.
|
| 494 |
+
</p>
|
| 495 |
+
<p style="font-size: 0.75rem; color: var(--text-tertiary);">
|
| 496 |
+
Powered by Hugging Face & MCP
|
| 497 |
</p>
|
| 498 |
</div>
|
| 499 |
""")
|