ceibal commited on
Commit
178b1f0
·
verified ·
1 Parent(s): 7ebc3b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=550) #just to fit the notebook
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):