C2MV commited on
Commit
7d31f22
verified
1 Parent(s): 05f4314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1431,14 +1431,14 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue"), css="""
1431
  brecha_plot = Plot(label="Brecha Salarial")
1432
 
1433
  with gr.Tab("An谩lisis Comparativo"):
 
 
1434
  with gr.Row():
1435
  global_desempleo = Plot(label="Ranking de Desempleo")
1436
  with gr.Row():
1437
  global_ingresos = Plot(label="Evoluci贸n Anual de Ingresos")
1438
  with gr.Row():
1439
  global_brecha = Plot(label="Evoluci贸n Anual de Brecha Salarial")
1440
- with gr.Row():
1441
- global_btn = gr.Button("Actualizar An谩lisis", variant="primary")
1442
 
1443
  # Eventos (se mantienen igual)
1444
  ciudad.change(
 
1431
  brecha_plot = Plot(label="Brecha Salarial")
1432
 
1433
  with gr.Tab("An谩lisis Comparativo"):
1434
+ with gr.Row():
1435
+ global_btn = gr.Button("Actualizar An谩lisis", variant="primary")
1436
  with gr.Row():
1437
  global_desempleo = Plot(label="Ranking de Desempleo")
1438
  with gr.Row():
1439
  global_ingresos = Plot(label="Evoluci贸n Anual de Ingresos")
1440
  with gr.Row():
1441
  global_brecha = Plot(label="Evoluci贸n Anual de Brecha Salarial")
 
 
1442
 
1443
  # Eventos (se mantienen igual)
1444
  ciudad.change(