RO-Rtechs commited on
Commit
627a592
·
verified ·
1 Parent(s): c415651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 100%; 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 {
 
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 {