--- 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//DailyPal-Interactive` ## Local run Just open `index.html` in your browser.