Update app.py
Browse files
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)
|