Spaces:
Running
Running
fcakyon
commited on
Commit
β’
b1f5943
1
Parent(s):
1a032db
add variable types into readme
Browse files
README.md
CHANGED
@@ -4,7 +4,33 @@ emoji: π
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.0.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: streamlit
|
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
+
# Configuration
|
12 |
+
`title`: _string_
|
13 |
+
Display title for the Space
|
14 |
+
|
15 |
+
`emoji`: _string_
|
16 |
+
Space emoji (emoji-only character allowed)
|
17 |
+
|
18 |
+
`colorFrom`: _string_
|
19 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
20 |
+
|
21 |
+
`colorTo`: _string_
|
22 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
23 |
+
|
24 |
+
`sdk`: _string_
|
25 |
+
Can be either `gradio` or `streamlit`
|
26 |
+
|
27 |
+
`sdk_version` : _string_
|
28 |
+
Only applicable for `streamlit` SDK.
|
29 |
+
See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
|
30 |
+
|
31 |
+
`app_file`: _string_
|
32 |
+
Path to your main application file (which contains either `gradio` or `streamlit` Python code).
|
33 |
+
Path is relative to the root of the repository.
|
34 |
+
|
35 |
+
`pinned`: _boolean_
|
36 |
+
Whether the Space stays on top of your list.
|