Generation

generate functionFri, 12 Dec 2025

Dar espacio entre columnas: dbc.Row([ html.H4('Participación y Evolución Pdna (En porcentaje y dólares)'), dbc.Col([ #dbc.Card( #dbc.CardBody([ dcc.Graph(id='domain-graph',style={'width': '500px', 'height': '400px'} ), dcc.Dropdown(id="year-slct", options=df['year'].unique(), style={'width': '100%'}, value=int(2020)) ],width=5, style={'height': '20%', 'width': '50%'},), dbc.Col([ #dbc.Card( #dbc.CardBody([ dcc.Graph(id='line-graph',style={'width': '500px', 'height': '400px'} ), dcc.Dropdown(id="domain-slct", multi=True, options=sorted(df['Compania'].unique()), style={'width': '100%'}, value=['crig','alig','bisg','lbcg','creg','nalg','unig']), ],width=5, style={'height': '50%', 'width': '50%'},) ])

Please keep input under 1000 characters

Want to kickstart your project?Use the new AI Studio to create your code