tzurshubi commited on
Commit
7a8adfc
·
verified ·
1 Parent(s): d4476a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -422,7 +422,7 @@ app.layout = html.Div(
422
  {"label": " Show int labels", "value": "ints"},
423
  ],
424
  value=[], # or ["bits"] if you want bits shown by default
425
- style={"marginTop": "8px"},
426
  )
427
  ]),
428
  html.Div(), # empty cell just to keep the grid tidy
 
422
  {"label": " Show int labels", "value": "ints"},
423
  ],
424
  value=[], # or ["bits"] if you want bits shown by default
425
+ style={"marginTop": "2px"},
426
  )
427
  ]),
428
  html.Div(), # empty cell just to keep the grid tidy