--- title: Princess emoji: 👑 colorFrom: indigo colorTo: red sdk: docker pinned: false --- # Princess A dress-up game for kids. Photograph clothes and accessories, background-remove them, then drag them onto princess drawings. This repo is deployed in one piece: - **Frontend** — vanilla HTML/CSS/ES-module JS in `index.html`, `style.css`, `js/`. - **Backend** — FastAPI in `space/app.py`, serves `/remove-bg` (rembg) and mounts the frontend at `/` via StaticFiles. - **Container** — `Dockerfile` at repo root. One git push updates both GitHub and the Hugging Face Space.