MegaTronX commited on
Commit
5508f91
·
verified ·
1 Parent(s): 563534f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,10 +1,12 @@
1
- # AI Project Packager (Hugging Face Space)
2
-
3
- This Space lets you paste AI-generated multi-file project responses and automatically turns them into a downloadable `.zip` ready for local use.
4
-
5
- ## How to Use
6
- 1. Paste an AI-generated project (with multiple ``` code blocks) into the text box.
7
- 2. The Space detects filenames and code blocks.
8
- 3. Click “Submit” to generate and download a ready-to-run ZIP file.
9
-
10
- Built with **Gradio**.
 
 
 
1
+ ---
2
+ title: AI Project Packager
3
+ emoji: 📦
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ runtime: python3.10
12
+ ---