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

Update README.md

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