Spaces:
Sleeping
Sleeping
Alex Amari Claude Opus 4.6 commited on
Commit ·
5eb5d20
1
Parent(s): 0eff1a6
Widen app container from 900px to 1400px
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -642,7 +642,7 @@ custom_css = """
|
|
| 642 |
.gradio-container {
|
| 643 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
| 644 |
"Helvetica Neue", Arial, sans-serif !important;
|
| 645 |
-
max-width:
|
| 646 |
width: 100% !important;
|
| 647 |
margin: 0 auto !important;
|
| 648 |
padding: 0 32px !important;
|
|
|
|
| 642 |
.gradio-container {
|
| 643 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
| 644 |
"Helvetica Neue", Arial, sans-serif !important;
|
| 645 |
+
max-width: 1400px !important;
|
| 646 |
width: 100% !important;
|
| 647 |
margin: 0 auto !important;
|
| 648 |
padding: 0 32px !important;
|