Spaces:
Running
Running
README: full-screen the Space (fullWidth + header: mini)
Browse filesTells 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>
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
|