Update app.py
Browse files
app.py
CHANGED
|
@@ -385,10 +385,10 @@ app.layout = html.Div(
|
|
| 385 |
style={"maxWidth": "1200px", "margin": "0 auto", "padding": "0px"},
|
| 386 |
children=[
|
| 387 |
html.H2("Hypercube Path Explorer (Python/Dash)"),
|
| 388 |
-
html.Div(id="stats", style={"opacity": 0.7, "marginBottom": "
|
| 389 |
|
| 390 |
html.Div(
|
| 391 |
-
style={"display": "grid", "gridTemplateColumns": "1fr 1fr", "gap": "8px", "marginTop": "
|
| 392 |
children=[
|
| 393 |
html.Div([
|
| 394 |
html.Label("Dimension d"),
|
|
|
|
| 385 |
style={"maxWidth": "1200px", "margin": "0 auto", "padding": "0px"},
|
| 386 |
children=[
|
| 387 |
html.H2("Hypercube Path Explorer (Python/Dash)"),
|
| 388 |
+
html.Div(id="stats", style={"opacity": 0.7, "marginBottom": "0px"}),
|
| 389 |
|
| 390 |
html.Div(
|
| 391 |
+
style={"display": "grid", "gridTemplateColumns": "1fr 1fr", "gap": "8px", "marginTop": "20px"},
|
| 392 |
children=[
|
| 393 |
html.Div([
|
| 394 |
html.Label("Dimension d"),
|