Spaces:
Build error
Build error
File size: 789 Bytes
177522e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
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 π
|