Spaces:
Running
Running
Adding few config to test
Browse files
README.md
CHANGED
@@ -7,4 +7,21 @@ sdk: streamlit
|
|
7 |
sdk_version: 0.84.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
sdk_version: 0.84.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# Configuration
|
13 |
+
`title`: _string_
|
14 |
+
Display title for the Space
|
15 |
+
`emoji`: _string_
|
16 |
+
Space emoji (emoji-only character allowed)
|
17 |
+
`colorFrom`: _string_
|
18 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
19 |
+
`colorTo`: _string_
|
20 |
+
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
|
21 |
+
`sdk`: _string_
|
22 |
+
Can be either `gradio` or `streamlit`
|
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.
|