jcmachicao commited on
Commit
7c6998d
verified
1 Parent(s): ef53ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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():