Victarry commited on
Commit
8ba3766
·
1 Parent(s): 8e1a6dd

Update column width.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -206,7 +206,7 @@ app.layout = dbc.Container([
206
  type="circle",
207
  children=html.Div(id='graph-output-container', style={"minHeight": "600px"})
208
  )
209
- ], lg=8, md=7, sm=12, className="mb-4 mb-lg-0"),
210
 
211
  # --- Right Column (Controls Area) ---
212
  dbc.Col([
@@ -228,7 +228,7 @@ app.layout = dbc.Container([
228
  ),
229
  )
230
  ], className="mt-3")
231
- ], lg=4, md=5, sm=12)
232
  ]),
233
 
234
  # --- Toast Container (Positioned Fixed) ---
 
206
  type="circle",
207
  children=html.Div(id='graph-output-container', style={"minHeight": "600px"})
208
  )
209
+ ], lg=10, md=9, sm=12, className="mb-4 mb-lg-0"),
210
 
211
  # --- Right Column (Controls Area) ---
212
  dbc.Col([
 
228
  ),
229
  )
230
  ], className="mt-3")
231
+ ], lg=2, md=3, sm=12)
232
  ]),
233
 
234
  # --- Toast Container (Positioned Fixed) ---