layout simplificado.

parent 542681b3
......@@ -42,8 +42,6 @@ app.layout = html.Div(
),
html.Div(
children=[
html.Div(
children=[
html.Div(children="Mínimo de comidas", className="menu-title"),
dcc.Dropdown(
id="comidas-filter",
......@@ -62,10 +60,6 @@ app.layout = html.Div(
],
className="wrapper"
),
],
),
html.Div(
children=[
html.Div(
children=[
html.Div(children="Dias con glucómetro", className="menu-title"),
......@@ -86,10 +80,6 @@ app.layout = html.Div(
],
className="wrapper"
),
],
),
html.Div(
children=[
html.Div(
children=[
html.Div(children="Visitas", className="menu-title"),
......@@ -110,8 +100,6 @@ app.layout = html.Div(
],
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