Update app.py
Browse files
app.py
CHANGED
|
@@ -420,7 +420,7 @@ app.title = "Hypercube Visualization and Path Exploration Tool"
|
|
| 420 |
app.layout = html.Div(
|
| 421 |
style={"maxWidth": "1200px", "margin": "0 auto", "padding": "0px"},
|
| 422 |
children=[
|
| 423 |
-
html.H2("Hypercube Path
|
| 424 |
html.Div(id="stats", style={"opacity": 0.7, "marginBottom": "0px"}),
|
| 425 |
|
| 426 |
html.Div(
|
|
|
|
| 420 |
app.layout = html.Div(
|
| 421 |
style={"maxWidth": "1200px", "margin": "0 auto", "padding": "0px"},
|
| 422 |
children=[
|
| 423 |
+
html.H2("Hypercube Visualization and Path Exploration Tool"),
|
| 424 |
html.Div(id="stats", style={"opacity": 0.7, "marginBottom": "0px"}),
|
| 425 |
|
| 426 |
html.Div(
|