nhkr commited on
Commit
9b7a165
·
verified ·
1 Parent(s): 3e9038b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -6
README.md CHANGED
@@ -1,13 +1,39 @@
1
  ---
2
- title: Ai Website Builder
3
- emoji: 💻
4
  colorFrom: blue
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.9.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: ai-website-builder
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: AI Website Builder
3
+ emoji: 🌐
4
  colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
 
9
  ---
10
 
11
+ # AI Website Builder
12
+
13
+ Create complete websites automatically from a free text prompt.
14
+
15
+ ## Features
16
+
17
+ - Free-prompt website generation
18
+ - 10+ selectable Hugging Face code models
19
+ - Multi-page website generation
20
+ - Live preview
21
+ - Side-by-side code editor
22
+ - Download as ZIP
23
+ - Save and reload projects
24
+ - Deploy generated website to a public Hugging Face Space
25
+
26
+ ## Required Secrets
27
+
28
+ For best results and deployment support, add this Space secret:
29
+
30
+ - `HF_TOKEN` = your Hugging Face access token
31
+
32
+ Optional:
33
+ - `HF_USERNAME` = your Hugging Face username
34
+
35
+ ## Run locally
36
+
37
+ ```bash
38
+ pip install -r requirements.txt
39
+ python app.py