Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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.")
|