Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -363,7 +363,7 @@ with gr.Blocks(title="🌍 Climate Q&A", css="style.css", theme=theme) as demo: | |
| 363 | 
             
                    with gr.Row(elem_id="chatbot-row"):
         | 
| 364 | 
             
                        with gr.Column(scale=2):
         | 
| 365 | 
             
                            # state = gr.State([system_template])
         | 
| 366 | 
            -
                            bot = gr.Chatbot(show_copy_button=True,show_label = False,elem_id="chatbot",layout = "panel",avatar_images = ( | 
| 367 |  | 
| 368 | 
             
                            with gr.Row(elem_id = "input-message"):
         | 
| 369 | 
             
                                textbox=gr.Textbox(placeholder="Ask me anything here!",show_label=False,scale=7)
         | 
|  | |
| 363 | 
             
                    with gr.Row(elem_id="chatbot-row"):
         | 
| 364 | 
             
                        with gr.Column(scale=2):
         | 
| 365 | 
             
                            # state = gr.State([system_template])
         | 
| 366 | 
            +
                            bot = gr.Chatbot(show_copy_button=True,show_label = False,elem_id="chatbot",layout = "panel",avatar_images = ("assets/logo4.png",None))
         | 
| 367 |  | 
| 368 | 
             
                            with gr.Row(elem_id = "input-message"):
         | 
| 369 | 
             
                                textbox=gr.Textbox(placeholder="Ask me anything here!",show_label=False,scale=7)
         | 

