broadfield-dev commited on
Commit
cbf7e66
·
verified ·
1 Parent(s): 41b2d75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,12 +1,26 @@
1
  ---
2
- title: Build Space
3
- emoji: 🌖
4
- colorFrom: indigo
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.32.1
8
- app_file: app.py
9
  pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Space Builder
3
+ emoji: 🛠️
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
 
 
7
  pinned: false
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
11
+
12
+ # Space Builder
13
+
14
+ A Gradio app to create, view, and update Hugging Face Spaces with a custom file structure defined via markdown input. Provide your Hugging Face API token and a markdown string to create a new Space, list files in an existing Space, or update specific files with Git commits.
15
+
16
+ ## Features
17
+ - Create a new Hugging Face Space with a specified file structure.
18
+ - View files in an existing Space.
19
+ - Update files in a Space with custom commit messages.
20
+ - Modern Gradio UI with a soft theme.
21
+
22
+ ## Usage
23
+ 1. Enter your Hugging Face API token.
24
+ 2. To create a Space, provide the space name, owner (optional), SDK, and markdown input with file structure and contents.
25
+ 3. To view files, enter the space name and owner (optional).
26
+ 4. To update a file, specify the space, file path, new content, and commit message.