""" Build Small — Gradio + Hugging Face Hackathon Org README Space. This Space renders the hackathon landing page using gr.HTML(). Custom CSS strips Gradio's default container so the design renders edge-to-edge. """ import gradio as gr HEAD_HTML = """ """ # Override Gradio's default container so the landing page renders edge-to-edge CUSTOM_CSS = """ .gradio-container { max-width: 100% !important; padding: 0 !important; margin: 0 !important; background: #F2EAD8 !important; } .gradio-container > .main, .gradio-container > .wrap, .main, .wrap { padding: 0 !important; margin: 0 !important; max-width: 100% !important; } .app, .container, .contain { padding: 0 !important; margin: 0 !important; max-width: 100% !important; } footer { display: none !important; } .show-api { display: none !important; } .built-with { display: none !important; } body { background: #F2EAD8 !important; } """ LANDING_HTML = r"""
A two-week hackathon for tiny weights, big ideas, and the things you can build close to home — hosted by Gradio & Hugging Face.
For two weeks, we want to see what you can do with small models, tight constraints, and care for the people right around you. Build for one neighbor. Build something that runs on the laptop you already own. Build something a child could love.
Pick a track, ship a Gradio app, and tell us a story.
Solve a real problem for someone you actually know.
Pick a person — a neighbor, a parent, a small business owner on your street — and build something that makes their day measurably better. Walk over. Watch them use it. The closer the problem, the better the project.
Build something delightful that wouldn't exist without AI.
Wander somewhere weirder. A toy, a tiny game, a strange interactive story, an art experiment that surprises you. The AI should be doing the fun thing — not just helping you build it. Strange is good. Joyful is the bar.
Any model that fits inside 22 GB of memory.
↳ pending team sign-offYour app must be a Gradio app, hosted as a Hugging Face Space.
A short demo video and a social-media post about your project are part of the submission.
Join this Hugging Face org. That's your ticket in — no application, no waitlist.
Hop into the Gradio Discord channel. Office hours, AMAs, and teammates live there.
Build your Gradio app and host it as a Space under this org during the hack window.
Drop your Space link, a short demo video, and a social post by the deadline.
None of these are required. Each one bumps you up the leaderboard. Stack them like badges on a scout sash.
Two weeks. Two tracks. The model on your laptop. The neighbor next door. Let's make some little things.
Register on Hugging Face →