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