TheoLvs commited on
Commit
526c6b2
β€’
1 Parent(s): 01a22be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -347,11 +347,11 @@ 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)
351
 
352
  with gr.Row():
353
  with gr.Column(scale = 7):
354
- textbox=gr.Textbox(placeholder="Ask me a question about climate change or biodiversity in any language, and press Enter",show_label=False)
355
  with gr.Column(scale = 1):
356
  submit_button = gr.Button("Submit")
357
 
 
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):
354
+ textbox=gr.Textbox(placeholder="Ask me a question about climate change or biodiversity in any language!",show_label=False)
355
  with gr.Column(scale = 1):
356
  submit_button = gr.Button("Submit")
357