@@ -175,30 +175,30 @@ You can also tag us [on Twitter](https://twitter.com/huggingface)! 🤗
175175
176176# # Reference
177177
178- **`title`** : _string_
178+ **`title`** : _string_
179179Display title for the Space.
180180
181- **`emoji`** : _string_
181+ **`emoji`** : _string_
182182Space emoji (emoji-only character allowed).
183183
184- **`colorFrom`** : _string_
184+ **`colorFrom`** : _string_
185185Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray).
186186
187- **`colorTo`** : _string_
187+ **`colorTo`** : _string_
188188Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray).
189189
190- **`sdk`** : _string_
190+ **`sdk`** : _string_
191191Can be either `gradio`, `streamlit` or `static`.
192192
193- **`sdk_version`** : _string_
193+ **`sdk_version`** : _string_
194194Only applicable for `streamlit` SDK. Currently available versions are :
195195` 0.79.0, 0.80.0, 0.81.1, 0.82.0, 0.83.0, 0.84.2, 0.85.0, 0.86.0, 0.87.0, 0.88.0, 0.89.0, 1.0.0` .
196196
197- **`app_file`** : _string_
197+ **`app_file`** : _string_
198198Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).
199199Path is relative to the root of the repository.
200200
201- **`pinned`** : _boolean_
201+ **`pinned`** : _boolean_
202202Whether the Space stays on top of your list.
203203
204204---
0 commit comments