TheoLvs commited on
Commit
a99cd5f
β€’
1 Parent(s): bfed8a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -347,7 +347,7 @@ with gr.Blocks(title="🌍 Climate Q&A", css="style.css", theme=theme) as demo:
347
  with gr.Row():
348
  with gr.Column(scale=2):
349
  # state = gr.State([system_template])
350
- bot = gr.Chatbot(height=400,show_copy_button=True,show_label = False,elem_id="chatbot")
351
 
352
  with gr.Row():
353
  with gr.Column(scale = 7):
 
347
  with gr.Row():
348
  with gr.Column(scale=2):
349
  # state = gr.State([system_template])
350
+ bot = gr.Chatbot(height=600,show_copy_button=True,show_label = False,elem_id="chatbot")
351
 
352
  with gr.Row():
353
  with gr.Column(scale = 7):