tzurshubi commited on
Commit
fd07f84
·
verified ·
1 Parent(s): 122bce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Explorer (Python/Dash)"),
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(