Spaces:
Running
Running
| title: "DailyPal Interactive Prototype" | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: static | |
| app_file: index.html | |
| pinned: false | |
| license: mit | |
| # DailyPal β’ Interactive Prototype (Static HTML) | |
| This folder contains a **single-page interactive prototype** (no backend) that runs in any modern browser. | |
| ## Files | |
| - `index.html` β the interactive prototype (clickable toggles, draggable sliders, Apple-style home screen) | |
| - `README.md` β this file | |
| ## Deploy to Hugging Face Spaces (Static HTML Site) | |
| 1. Create a new Space at https://huggingface.co/spaces β **Static HTML Site** | |
| 2. Upload `index.html` (and `README.md` optional). Make sure `index.html` is at the **root**. | |
| 3. Once the build finishes, your live link will look like: | |
| `https://huggingface.co/spaces/<YourName>/DailyPal-Interactive` | |
| ## Local run | |
| Just open `index.html` in your browser. | |