ceibal commited on
Commit
72ff592
·
verified ·
1 Parent(s): 2b311e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
84
  msg = gr.Textbox(label="Pegar aquí el texto de referencia:",height=150)
85
  with gr.Row():
86
  with gr.Column(scale=4):
87
- chatbot = gr.Textbox(height=150) #just to fit the notebook
88
  with gr.Column(scale=1):
89
  btn = gr.Button("Enviar")
90
  clear = gr.ClearButton(components=[msg, chatbot], value="Borrar resultado.")
 
84
  msg = gr.Textbox(label="Pegar aquí el texto de referencia:",height=150)
85
  with gr.Row():
86
  with gr.Column(scale=4):
87
+ chatbot = gr.Chatbot(label="Resultado:",height=150) #just to fit the notebook
88
  with gr.Column(scale=1):
89
  btn = gr.Button("Enviar")
90
  clear = gr.ClearButton(components=[msg, chatbot], value="Borrar resultado.")