Spaces:
Paused
Paused
Update app.py via AI Editor
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ app.layout = dbc.Container([
|
|
296 |
style={"marginBottom": "10px"}
|
297 |
),
|
298 |
])
|
299 |
-
])
|
300 |
], style={'minWidth': '260px', 'width':'30vw','maxWidth':'30vw'}, width=3),
|
301 |
|
302 |
dbc.Col([
|
|
|
296 |
style={"marginBottom": "10px"}
|
297 |
),
|
298 |
])
|
299 |
+
], className="mb-3")
|
300 |
], style={'minWidth': '260px', 'width':'30vw','maxWidth':'30vw'}, width=3),
|
301 |
|
302 |
dbc.Col([
|