Skip to content

Commit

Permalink
Document space mini header (#1209)
Browse files Browse the repository at this point in the history
* Document space mini header

See huggingface-internal/moon-landing#8753

* wording
  • Loading branch information
krampstudio authored Feb 28, 2024
1 parent 1afd241 commit 0b10cef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/hub/spaces-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0b10cef

Please sign in to comment.