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

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
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 πŸš€