Skip to content

Commit 683d564

Browse files
committed
[docs/hub/spaces] tiny tweak
1 parent 22ba818 commit 683d564

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/hub/spaces.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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_
179179
Display title for the Space.
180180

181-
**`emoji`** : _string_
181+
**`emoji`** : _string_
182182
Space emoji (emoji-only character allowed).
183183

184-
**`colorFrom`** : _string_
184+
**`colorFrom`** : _string_
185185
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray).
186186

187-
**`colorTo`** : _string_
187+
**`colorTo`** : _string_
188188
Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray).
189189

190-
**`sdk`** : _string_
190+
**`sdk`** : _string_
191191
Can be either `gradio`, `streamlit` or `static`.
192192

193-
**`sdk_version`** : _string_
193+
**`sdk_version`** : _string_
194194
Only 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_
198198
Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).
199199
Path is relative to the root of the repository.
200200

201-
**`pinned`** : _boolean_
201+
**`pinned`** : _boolean_
202202
Whether the Space stays on top of your list.
203203

204204
---

0 commit comments

Comments
 (0)