Spaces:
Build error
Build error
Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Multi-Agent UI Generator
|
| 3 |
+
emoji: π€
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.32.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Multi-Agent UI Generator π
|
| 13 |
+
|
| 14 |
+
This is a Streamlit-based collaborative system where agents (Designer, Software Engineer, QA) work together to generate production-ready UI code.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- Natural language prompt β Design specs
|
| 19 |
+
- Generate complete HTML/CSS UI from specs
|
| 20 |
+
- QA feedback loop until UI is approved
|
| 21 |
+
- Live preview and downloads for HTML + logs
|
| 22 |
+
|
| 23 |
+
## Instructions
|
| 24 |
+
|
| 25 |
+
1. Create a Hugging Face Space (Streamlit SDK)
|
| 26 |
+
2. Upload `app.py`, `requirements.txt`, and this `README.md`
|
| 27 |
+
3. Set your Hugging Face token in Space Secrets as `HF_TOKEN`
|
| 28 |
+
|
| 29 |
+
## Powered by
|
| 30 |
+
|
| 31 |
+
- LangGraph π§
|
| 32 |
+
- Hugging Face Inference API π¬
|
| 33 |
+
- Streamlit π
|