File size: 865 Bytes
2ebb0ed
 
 
 
 
 
 
 
 
 
 
090e374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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.