Spaces:
Sleeping
Sleeping
Commit ·
f313fa0
1
Parent(s): ffa0093
Add HF Spaces configuration for static app
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# DocVault - Offline-First Document Storage System
|
| 2 |
|
| 3 |
Complete offline-first document storage system built with **Python Flask** and local filesystem storage. No cloud dependencies, fully self-contained, and ready for future Hugging Face integration.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DocVault App
|
| 3 |
+
emoji: 📁
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: static
|
| 7 |
+
app_file: index.html
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# DocVault - Offline-First Document Storage System
|
| 11 |
|
| 12 |
Complete offline-first document storage system built with **Python Flask** and local filesystem storage. No cloud dependencies, fully self-contained, and ready for future Hugging Face integration.
|