jcmachicao commited on
Commit
a0d3f89
verified
1 Parent(s): f18e333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -169,8 +169,6 @@ with iface:
169
  texto = gr.Textbox(label="Tu aporte")
170
 
171
  submit_button = gr.Button("Agregar Aporte")
172
-
173
- normativa_dropdown.change(fn=mostrar_detalles, inputs=normativa_dropdown, outputs=[normativa_html, norma_field])
174
  submit_button.click(fn=agregar_aporte, inputs=[nombre, enfoque, norma_field, texto], outputs=graph_output)
175
 
176
  iface.launch(share=True)
 
169
  texto = gr.Textbox(label="Tu aporte")
170
 
171
  submit_button = gr.Button("Agregar Aporte")
 
 
172
  submit_button.click(fn=agregar_aporte, inputs=[nombre, enfoque, norma_field, texto], outputs=graph_output)
173
 
174
  iface.launch(share=True)