Update app.py
Browse files
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": "
|
| 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
|