Spaces:
Running
Running
Update column width.
Browse files
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=
|
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=
|
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) ---
|