Horchatas commited on
Commit
a32df5e
·
verified ·
1 Parent(s): 247d9a3

Update app.py

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