DontPlanToEnd commited on
Commit
302a798
·
verified ·
1 Parent(s): c215d90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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': '20px', 'padding': '0 20px', 'overflow': 'hidden'}),
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': '20px', 'padding': '0 20px', 'overflow': 'hidden'}),
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([