Danil commited on
Commit
067b0ca
1 Parent(s): afede4e

Update README.md

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