Bryam182 commited on
Commit
ae89794
1 Parent(s): 151d5cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,10 +23,10 @@ def limpiar_entrada(texto):
23
 
24
  with gr.Blocks() as demo:
25
  with gr.Row():
26
- with gr.Column(scale=1):
27
  entrada_texto = gr.Textbox()
28
  etiqueta_respuesta = gr.Textbox()
29
- with gr.Column(scale=4):
30
  with gr.Row():
31
  boton_limpiar = gr.Button("Limpiar")
32
  with gr.Row():
 
23
 
24
  with gr.Blocks() as demo:
25
  with gr.Row():
26
+ with gr.Column(scale=4):
27
  entrada_texto = gr.Textbox()
28
  etiqueta_respuesta = gr.Textbox()
29
+ with gr.Column(scale=1):
30
  with gr.Row():
31
  boton_limpiar = gr.Button("Limpiar")
32
  with gr.Row():