Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -560,7 +560,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo: 
     | 
|
| 560 | 
         
             
                    with gr.Row():
         
     | 
| 561 | 
         
             
                        with gr.Column(scale=5):
         
     | 
| 562 | 
         
             
                            with gr.Row():
         
     | 
| 563 | 
         
            -
                                 
     | 
| 564 | 
         
             
                            with gr.Row():
         
     | 
| 565 | 
         
             
                                with gr.Column(scale=12):
         
     | 
| 566 | 
         
             
                                    user_input = gr.Textbox(
         
     | 
| 
         | 
|
| 560 | 
         
             
                    with gr.Row():
         
     | 
| 561 | 
         
             
                        with gr.Column(scale=5):
         
     | 
| 562 | 
         
             
                            with gr.Row():
         
     | 
| 563 | 
         
            +
                                chatbot = gr.Image()#Chatbot(elem_id="li-chat",)
         
     | 
| 564 | 
         
             
                            with gr.Row():
         
     | 
| 565 | 
         
             
                                with gr.Column(scale=12):
         
     | 
| 566 | 
         
             
                                    user_input = gr.Textbox(
         
     |