ajustamos algunos títulos

parent 799d12c3
......@@ -511,15 +511,21 @@ app.layout = html.Div(children=[
]),
# correlaciones entre indices de la poblacion
html.Div(children=[
html.Div(children= [ html.H1("Relaciones entre IMC y QS", className= "header-title2"),], ),
html.Div(children= [ html.H1("QS vs IMC", className= "header-title2"),], ),
dcc.Graph(figure=popcorr(visitas_incluidos)),
]),
html.Div(children=[
html.Div(children= [ html.H1("QS vs grupo IMC (promedios)", className= "header-title2"),], ),
dcc.Graph(figure=imc_cat(visitas_incluidos)),
]),
html.Div(children=[
html.Div(children= [ html.H1("QS vs grupo IMC (boxes)", className= "header-title2"),], ),
dcc.Graph(figure=imc_cat_bigote(visitas_incluidos))
]),
# ppgr a controlados
html.Div(children= [
html.Div(children= [html.H1("iAUC/Controlados ", className = "header-title2")]),
html.Div(children= [html.H1("iAUC de alimentos controlados ", className = "header-title2")]),
dcc.Graph(figure=controlado_ppgr(visitas_incluidos)),
dcc.Graph(figure=controlado_ppgr2(visitas_incluidos))
]),
......
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