From 79ae05eaa0fe0828de5623b4fdeff171bfb73977 Mon Sep 17 00:00:00 2001 From: Lucain Date: Mon, 4 Mar 2024 11:56:56 +0100 Subject: [PATCH] Document short_description in Space reference (#1229) --- docs/hub/spaces-config-reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/hub/spaces-config-reference.md b/docs/hub/spaces-config-reference.md index 62bf4da6a..1803f8c5e 100644 --- a/docs/hub/spaces-config-reference.md +++ b/docs/hub/spaces-config-reference.md @@ -57,6 +57,9 @@ Defaults to false in `gradio`, and to true for other sdks. **`header`**: _string_ Can be either `mini` or `default`. If `header` is set to `mini` the space will be displayed full-screen with a mini floating header . +**`short_description`**: _string_ +A short description of the Space. This will be displayed in the Space's thumbnail. + **`models`** : _List[string]_ HF model IDs (like `gpt2` or `deepset/roberta-base-squad2`) used in the Space. Will be parsed automatically from your code if not specified here.