Debmalya commited on
Commit
3e8380c
·
1 Parent(s): 221a3ee
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -10,3 +10,21 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
13
+
14
+ # Configuration
15
+ `title`: _string_
16
+ Display title for the Space
17
+ `emoji`: _string_
18
+ Space emoji (emoji-only character allowed)
19
+ `colorFrom`: _string_
20
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
21
+ `colorTo`: _string_
22
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
23
+ `sdk`: _string_
24
+ Can be either `gradio` or `streamlit`
25
+ `app_file`: _string_
26
+ Path to your main application file (which contains either `gradio` or `streamlit` Python code).
27
+ Path is relative to the root of the repository.
28
+
29
+ `pinned`: _boolean_
30
+ Whether the Space stays on top of your list.