Skip to content

Commit 79ae05e

Browse files
authored
Document short_description in Space reference (#1229)
1 parent aab8c06 commit 79ae05e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/hub/spaces-config-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Defaults to false in `gradio`, and to true for other sdks.
5757
**`header`**: _string_
5858
Can be either `mini` or `default`. If `header` is set to `mini` the space will be displayed full-screen with a mini floating header .
5959

60+
**`short_description`**: _string_
61+
A short description of the Space. This will be displayed in the Space's thumbnail.
62+
6063
**`models`** : _List[string]_
6164
HF model IDs (like `gpt2` or `deepset/roberta-base-squad2`) used in the Space.
6265
Will be parsed automatically from your code if not specified here.

0 commit comments

Comments
 (0)