lvwerra HF Staff Claude Opus 4.7 (1M context) commited on
Commit
4f8aad9
1 Parent(s): 5ea40ce

README: full-screen the Space (fullWidth + header: mini)

Browse files

Tells the Hub to render the iframe at full width and swap the default
header chrome for a small floating one, so the multi-tab demo claims
the whole viewport.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -6,6 +6,11 @@ colorTo: indigo
6
  sdk: docker
7
  app_port: 7860
8
  pinned: false
 
 
 
 
 
9
  ---
10
 
11
  # Carbon 路 DNA Continuation
 
6
  sdk: docker
7
  app_port: 7860
8
  pinned: false
9
+ # Render full-screen on the Hub: full-width iframe + small floating
10
+ # header instead of the default Hub chrome. Lets the multi-tab demo
11
+ # claim the whole viewport.
12
+ fullWidth: true
13
+ header: mini
14
  ---
15
 
16
  # Carbon 路 DNA Continuation