Spaces:
Runtime error
Runtime error
manuelcozar55
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks() as demo:
|
|
128 |
target_language = gr.Dropdown(label="Seleccionar idioma de traducci贸n", choices=["en", "fr", "de"], visible=False)
|
129 |
|
130 |
with gr.Column():
|
131 |
-
output_text = gr.Textbox(label="Resultado", lines=
|
132 |
|
133 |
def update_ui(action):
|
134 |
if action == "Traducir":
|
|
|
128 |
target_language = gr.Dropdown(label="Seleccionar idioma de traducci贸n", choices=["en", "fr", "de"], visible=False)
|
129 |
|
130 |
with gr.Column():
|
131 |
+
output_text = gr.Textbox(label="Resultado", lines=20)
|
132 |
|
133 |
def update_ui(action):
|
134 |
if action == "Traducir":
|