noel / README.md
tbaro's picture
Upload 14 files
af32bc7 verified
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):

  1. Create a new Space at https://huggingface.co/spaces and choose "Static HTML" as the SDK.
  2. Push this repository to the new Space (the repo should contain index.html at the project root and assets at the repo root: main.js, style.css, pngegg.png and the image files).
  3. No requirements.txt is required for a static Space.

Notes:

  • I updated asset paths in static/main.js to 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.