metadata
title: Merry Christmas em iu của anh
emoji: 🎄
colorFrom: green
colorTo: blue
sdk: static
pinned: false
This project is a client-side Christmas page and can be deployed as a Static HTML Hugging Face Space.
Quick steps to deploy on Hugging Face Spaces (Static HTML):
- Create a new Space at https://huggingface.co/spaces and choose "Static HTML" as the SDK.
- Push this repository to the new Space (the repo should contain
index.htmlat the project root and assets at the repo root:main.js,style.css,pngegg.pngand the image files). - No
requirements.txtis required for a static Space.
Notes:
- I updated asset paths in
static/main.jsto be relative so the app works when served statically. - You can remove
app.py(Flask) if you plan to host as a static Space; keep it if you want to run locally with Flask.
If you'd rather convert this to a Gradio or Streamlit-based Space (so you can add Python-powered interactivity), tell me and I can scaffold that for you.