hedtorresca commited on
Commit
40d02ca
·
verified ·
1 Parent(s): 57a2731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def interfaz():
226
  inputs=[genero, edad_cat, localidades, compromiso, antecedentes_ui], outputs=salida)
227
 
228
  with gr.Tab("Univariado"):
229
- var_uni = gr.Dropdown(label="Variable", choices=["genero_cat", "estrato_cat", "edad","edad_cat", "creatinina", "proteinuria", "sindrome_renal", "manifestaciones_extrarrenales",
230
  "Biopsia_SinAlteraciones",
231
  "Biopsia_NecrosisPura",
232
  "Biopsia_Focal",
 
226
  inputs=[genero, edad_cat, localidades, compromiso, antecedentes_ui], outputs=salida)
227
 
228
  with gr.Tab("Univariado"):
229
+ var_uni = gr.Dropdown(label="Variable", choices=["genero_cat", "estrato_cat", "edad_cat", "proteinuria", "sindrome_renal", "manifestaciones_extrarrenales",
230
  "Biopsia_SinAlteraciones",
231
  "Biopsia_NecrosisPura",
232
  "Biopsia_Focal",