Update app.py
Browse files
app.py
CHANGED
|
@@ -785,7 +785,7 @@ app.layout = html.Div([
|
|
| 785 |
labelStyle={'fontWeight': 'normal'} # Make sure NA Models isn't bold
|
| 786 |
)
|
| 787 |
], style={'float': 'right'})
|
| 788 |
-
], style={'marginBottom': '
|
| 789 |
|
| 790 |
# Additional Columns Filter
|
| 791 |
html.Div([
|
|
@@ -802,7 +802,7 @@ app.layout = html.Div([
|
|
| 802 |
style={'display': 'inline-block'},
|
| 803 |
labelStyle={'fontWeight': 'normal', 'marginRight': '15px'} # Add consistent spacing
|
| 804 |
)
|
| 805 |
-
], style={'marginBottom': '
|
| 806 |
|
| 807 |
# Grid
|
| 808 |
html.Div([
|
|
|
|
| 785 |
labelStyle={'fontWeight': 'normal'} # Make sure NA Models isn't bold
|
| 786 |
)
|
| 787 |
], style={'float': 'right'})
|
| 788 |
+
], style={'marginBottom': '10px', 'padding': '0 20px', 'overflow': 'hidden'}),
|
| 789 |
|
| 790 |
# Additional Columns Filter
|
| 791 |
html.Div([
|
|
|
|
| 802 |
style={'display': 'inline-block'},
|
| 803 |
labelStyle={'fontWeight': 'normal', 'marginRight': '15px'} # Add consistent spacing
|
| 804 |
)
|
| 805 |
+
], style={'marginBottom': '13px', 'padding': '0 20px', 'overflow': 'hidden'}),
|
| 806 |
|
| 807 |
# Grid
|
| 808 |
html.Div([
|