Skip to content

Commit 0b10cef

Browse files
authored
Document space mini header (huggingface#1209)
* Document space mini header See huggingface-internal/moon-landing#8753 * wording
1 parent 1afd241 commit 0b10cef

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
@@ -54,6 +54,9 @@ For non-static Spaces, initial url to render. Needs to start with `/`. For stati
5454
Whether your Space is rendered inside a full-width (when `true`) or fixed-width column (ie. "container" CSS) inside the iframe.
5555
Defaults to false in `gradio`, and to true for other sdks.
5656

57+
**`header`**: _string_
58+
Can be either `mini` or `default`. If `header` is set to `mini` the space will be displayed full-screen with a mini floating header .
59+
5760
**`models`** : _List[string]_
5861
HF model IDs (like `gpt2` or `deepset/roberta-base-squad2`) used in the Space.
5962
Will be parsed automatically from your code if not specified here.

0 commit comments

Comments
 (0)