mas limpieza

parent 1ae84557
......@@ -118,7 +118,6 @@ app.layout = html.Div(
html.H1("Cobertura de pacientes por fuente de datos", className="header-title2"),
html.Div(
children=[
html.Div(children="Etapa", className="menu-title"),
dcc.Dropdown(
id="etapaSel",
......@@ -126,15 +125,7 @@ app.layout = html.Div(
{"label":1, "value":1},
{"label":2, "value":2},
{"label":3, "value":3},
#{"label":"Global", "value":99}
],
# options=[
# {
# "label": etapa,
# "value": etapa,
# }
# for etapa in [1,2,3]
# ],
value=1,
clearable=False,
searchable=False,
......
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