obsei commited on
Commit
9b24016
1 Parent(s): 21dbade

Adding few config to test

Browse files
Files changed (1) hide show
  1. README.md +18 -1
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.