Jezia commited on
Commit
4887de2
·
1 Parent(s): 443f918

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -8,4 +8,25 @@ app_file: app.py
8
  pinned: false
9
  ---
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
8
  pinned: false
9
  ---
10
 
11
+ # Configuration
12
+ `title`: _string_
13
+ Display title for the Space
14
+ `emoji`: _string_
15
+ Space emoji (emoji-only character allowed)
16
+ `colorFrom`: _string_
17
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
18
+ `colorTo`: _string_
19
+ Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
20
+ `sdk`: _string_
21
+ Can be either `gradio`, `streamlit`, or `static`
22
+ `sdk_version` : _string_
23
+ Only applicable for `streamlit` SDK.
24
+ See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
25
+
26
+ `app_file`: _string_
27
+ Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html 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
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference