ConectaODSco commited on
Commit
a157a09
·
verified ·
1 Parent(s): 6331e28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -2451,9 +2451,7 @@ def crear_app():
2451
  with gr.Column(visible=False):
2452
  exp19 = gr.Markdown()
2453
 
2454
-
2455
  with gr.Row():
2456
- with gr.Row():
2457
  def update_choices(listado):
2458
  return gr.update(choices=listado)
2459
 
@@ -2481,6 +2479,10 @@ def crear_app():
2481
  bttn_filtro_categoria = gr.Button("Aplicar filtro por categoría", variant="secondary")
2482
 
2483
  categorias_mass.change(fn=listar_elementos_categoria, inputs=[file_output, categorias_mass], outputs=[filtro_categoria])
 
 
 
 
2484
 
2485
  with gr.Column(scale=3):
2486
  with gr.Tab("TOP ODS"):
 
2451
  with gr.Column(visible=False):
2452
  exp19 = gr.Markdown()
2453
 
 
2454
  with gr.Row():
 
2455
  def update_choices(listado):
2456
  return gr.update(choices=listado)
2457
 
 
2479
  bttn_filtro_categoria = gr.Button("Aplicar filtro por categoría", variant="secondary")
2480
 
2481
  categorias_mass.change(fn=listar_elementos_categoria, inputs=[file_output, categorias_mass], outputs=[filtro_categoria])
2482
+
2483
+
2484
+ with gr.Row():
2485
+
2486
 
2487
  with gr.Column(scale=3):
2488
  with gr.Tab("TOP ODS"):