Spaces:
Runtime error
Runtime error
kkpathak91
commited on
Commit
•
8052af4
1
Parent(s):
cb8991c
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,20 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
27 |
+
`pinned`: _boolean_
|
28 |
+
Whether the Space stays on top of your list.
|