Update app.py
Browse files
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=
|
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):
|