Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,6 @@ with gr.Blocks(title="Visualizaci贸n de Dependencias Sint谩cticas", theme=gr.the
|
|
76 |
gr.Examples(
|
77 |
examples=ejemplos,
|
78 |
inputs=texto_input,
|
79 |
-
outputs=galeria,
|
80 |
fn=generar_grafico_dependencia,
|
81 |
label="Ejemplos de texto"
|
82 |
)
|
|
|
76 |
gr.Examples(
|
77 |
examples=ejemplos,
|
78 |
inputs=texto_input,
|
|
|
79 |
fn=generar_grafico_dependencia,
|
80 |
label="Ejemplos de texto"
|
81 |
)
|