simplificacion de seccion de cobertura de visitas

parent b63e32a2
......@@ -184,7 +184,7 @@ app.layout = html.Div(children=[
dcc.Graph(figure=vis_sec),
], className="wrapper"),
]),
#gráficas de visitas
# cobertura de visitas
html.Div(children=[
html.H1("Detalle de visitas", className="header-title2"),
html.P("..en construcción..", style={"color":"red", "font-style":"italic"}),
......@@ -207,9 +207,7 @@ app.layout = html.Div(children=[
# cobertura de pacientes por prueba
html.Div(children=[
html.H1("Cobertura de pacientes por prueba", className="header-title2"),
# selector de etapa y gráfica
html.Div(children=[
html.Div(children=[
# selector de etapa
html.Div(children=[
html.Div(children="Etapa", className="menu-title"),
dcc.Dropdown(
......@@ -226,8 +224,7 @@ app.layout = html.Div(children=[
className="dropdown",
),
], className="wrapper"),
], style={"display":"flex", "flexDirection": "row"},),
],),
#y gráfica
dcc.Graph(id="detalle_pruebas"),
], className="wrapper"),
# datos para análisis de comidas
......
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