Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
|
|
97 |
)
|
98 |
start_btn = gr.Button("Quiero comenzar!")
|
99 |
with gr.Row():
|
100 |
-
chatbot = gr.Chatbot( height=
|
101 |
with gr.Row():
|
102 |
with gr.Row():
|
103 |
with gr.Column(scale=4):
|
|
|
97 |
)
|
98 |
start_btn = gr.Button("Quiero comenzar!")
|
99 |
with gr.Row():
|
100 |
+
chatbot = gr.Chatbot( height=250) #just to fit the notebook
|
101 |
with gr.Row():
|
102 |
with gr.Row():
|
103 |
with gr.Column(scale=4):
|