Spaces:
Build error
Build error
| title: Multi-Agent UI Generator | |
| emoji: π€ | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: streamlit | |
| sdk_version: "1.32.0" | |
| app_file: app.py | |
| pinned: false | |
| # Multi-Agent UI Generator π | |
| This is a Streamlit-based collaborative system where agents (Designer, Software Engineer, QA) work together to generate production-ready UI code. | |
| ## Features | |
| - Natural language prompt β Design specs | |
| - Generate complete HTML/CSS UI from specs | |
| - QA feedback loop until UI is approved | |
| - Live preview and downloads for HTML + logs | |
| ## Instructions | |
| 1. Create a Hugging Face Space (Streamlit SDK) | |
| 2. Upload `app.py`, `requirements.txt`, and this `README.md` | |
| 3. Set your Hugging Face token in Space Secrets as `HF_TOKEN` | |
| ## Powered by | |
| - LangGraph π§ | |
| - Hugging Face Inference API π¬ | |
| - Streamlit π | |