From 0b10cefe8367c8a2e65244bd5db6b446c216b09e Mon Sep 17 00:00:00 2001 From: Bertrand CHEVRIER Date: Wed, 28 Feb 2024 12:39:46 +0100 Subject: [PATCH] Document space mini header (#1209) * Document space mini header See https://github.com/huggingface/moon-landing/pull/8753 * wording --- 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 f83d566cc..62bf4da6a 100644 --- a/docs/hub/spaces-config-reference.md +++ b/docs/hub/spaces-config-reference.md @@ -54,6 +54,9 @@ For non-static Spaces, initial url to render. Needs to start with `/`. For stati Whether your Space is rendered inside a full-width (when `true`) or fixed-width column (ie. "container" CSS) inside the iframe. 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 . + **`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.