spandana30 commited on
Commit
75c9bf5
Β·
verified Β·
1 Parent(s): cd1de35

Delete README (1).md

Browse files
Files changed (1) hide show
  1. README (1).md +0 -33
README (1).md DELETED
@@ -1,33 +0,0 @@
1
- ---
2
- title: Multi-Agent UI Generator
3
- emoji: 🀝
4
- colorFrom: indigo
5
- colorTo: teal
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 πŸš€