Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
| 33 |
with gr.Column():
|
| 34 |
text = gr.Textbox(label="Introduzca el texto a resumir y traducir")
|
| 35 |
with gr.Row():
|
| 36 |
-
with gr.
|
| 37 |
sumbtn = gr.Button("Resumir y traducir")
|
| 38 |
with gr.Column():
|
| 39 |
tradbtn = gr.Button("Traducir texto")
|
|
|
|
| 33 |
with gr.Column():
|
| 34 |
text = gr.Textbox(label="Introduzca el texto a resumir y traducir")
|
| 35 |
with gr.Row():
|
| 36 |
+
with gr.Column():
|
| 37 |
sumbtn = gr.Button("Resumir y traducir")
|
| 38 |
with gr.Column():
|
| 39 |
tradbtn = gr.Button("Traducir texto")
|