layout simplificado.

parent 542681b3
...@@ -42,8 +42,6 @@ app.layout = html.Div( ...@@ -42,8 +42,6 @@ app.layout = html.Div(
), ),
html.Div( html.Div(
children=[ children=[
html.Div(
children=[
html.Div(children="Mínimo de comidas", className="menu-title"), html.Div(children="Mínimo de comidas", className="menu-title"),
dcc.Dropdown( dcc.Dropdown(
id="comidas-filter", id="comidas-filter",
...@@ -62,10 +60,6 @@ app.layout = html.Div( ...@@ -62,10 +60,6 @@ app.layout = html.Div(
], ],
className="wrapper" className="wrapper"
), ),
],
),
html.Div(
children=[
html.Div( html.Div(
children=[ children=[
html.Div(children="Dias con glucómetro", className="menu-title"), html.Div(children="Dias con glucómetro", className="menu-title"),
...@@ -86,10 +80,6 @@ app.layout = html.Div( ...@@ -86,10 +80,6 @@ app.layout = html.Div(
], ],
className="wrapper" className="wrapper"
), ),
],
),
html.Div(
children=[
html.Div( html.Div(
children=[ children=[
html.Div(children="Visitas", className="menu-title"), html.Div(children="Visitas", className="menu-title"),
...@@ -110,8 +100,6 @@ app.layout = html.Div( ...@@ -110,8 +100,6 @@ app.layout = html.Div(
], ],
className="wrapper" className="wrapper"
), ),
],
),
] ]
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment