FrankAst commited on
Commit
61ce42b
1 Parent(s): 978804a

Update README.md

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