tzurshubi commited on
Commit
8b845d9
·
verified ·
1 Parent(s): 00dffc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -388,7 +388,7 @@ app.layout = html.Div(
388
  html.Div(id="stats", style={"opacity": 0.7, "marginBottom": "8px"}),
389
 
390
  html.Div(
391
- style={"display": "grid", "gridTemplateColumns": "1fr 1fr", "gap": "8px", "marginBottom": "0px"},
392
  children=[
393
  html.Div([
394
  html.Label("Dimension d"),
 
388
  html.Div(id="stats", style={"opacity": 0.7, "marginBottom": "8px"}),
389
 
390
  html.Div(
391
+ style={"display": "grid", "gridTemplateColumns": "1fr 1fr", "gap": "8px", "marginTop": "8px"},
392
  children=[
393
  html.Div([
394
  html.Label("Dimension d"),