Pikachu commited on
Commit
78116c5
·
1 Parent(s): 817d204

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- Brain Piano
2
-
3
- Project
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Brain Piano
3
+ colorFrom: purple
4
+ colorTo: pink
5
+ sdk: streamlit
6
+ app_file: app.py
7
+ pinned: false
8
+ ---
9
+ # Configuration
10
+ `title`: _string_
11
+ Display title for the Space
12
+ `emoji`: _string_
13
+ Space emoji (emoji-only character allowed)
14
+ `colorFrom`: _string_
15
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
16
+ `colorTo`: _string_
17
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
18
+ `sdk`: _string_
19
+ Can be either `gradio` or `streamlit`
20
+ `sdk_version` : _string_
21
+ Only applicable for `streamlit` SDK.
22
+ See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
23
+ `app_file`: _string_
24
+ Path to your main application file (which contains either `gradio` or `streamlit` Python code).
25
+ Path is relative to the root of the repository.
26
+ `pinned`: _boolean_
27
+ Whether the Space stays on top of your list.