Update app.py
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ custom_css = """
|
|
332 |
}
|
333 |
body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; height: 100vh; overflow: hidden; }
|
334 |
#component-0 { height: 100vh; overflow-y: auto; padding: 1rem; box-sizing: border-box; }
|
335 |
-
.container { max-width:
|
336 |
.header { text-align: center; margin-bottom: 1rem; }
|
337 |
.main-content { display: flex; flex-wrap: wrap; gap: 1rem; flex-grow: 1; overflow-y: auto; }
|
338 |
.input-section, .segment-controls, .options-section, .output-section {
|
|
|
332 |
}
|
333 |
body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; height: 100vh; overflow: hidden; }
|
334 |
#component-0 { height: 100vh; overflow-y: auto; padding: 1rem; box-sizing: border-box; }
|
335 |
+
.container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; height: 100%; }
|
336 |
.header { text-align: center; margin-bottom: 1rem; }
|
337 |
.main-content { display: flex; flex-wrap: wrap; gap: 1rem; flex-grow: 1; overflow-y: auto; }
|
338 |
.input-section, .segment-controls, .options-section, .output-section {
|