Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,6 @@ with iface:
|
|
150 |
|
151 |
with gr.Row():
|
152 |
gr.Markdown('## Selecci贸n de Norma')
|
153 |
-
info_normativa = gr.HTML(value=html_inicial, label="Detalles de la normativa")
|
154 |
normativa_dropdown.change(fn=mostrar_detalles, inputs=normativa_dropdown, outputs=[normativa_html, norma_field])
|
155 |
|
156 |
with gr.Row():
|
|
|
150 |
|
151 |
with gr.Row():
|
152 |
gr.Markdown('## Selecci贸n de Norma')
|
|
|
153 |
normativa_dropdown.change(fn=mostrar_detalles, inputs=normativa_dropdown, outputs=[normativa_html, norma_field])
|
154 |
|
155 |
with gr.Row():
|