Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -111,6 +111,7 @@ with gr.Blocks( | |
| 111 | 
             
                with gr.Row():
         | 
| 112 | 
             
                    with gr.Column(scale=5):
         | 
| 113 | 
             
                        chatbot = gr.Chatbot(label="兮辞如是说").style(height=400)
         | 
|  | |
| 114 | 
             
                    with gr.Column():
         | 
| 115 | 
             
                        msg = gr.Textbox(
         | 
| 116 | 
             
                            label="来问问兮辞吧……",
         | 
|  | |
| 111 | 
             
                with gr.Row():
         | 
| 112 | 
             
                    with gr.Column(scale=5):
         | 
| 113 | 
             
                        chatbot = gr.Chatbot(label="兮辞如是说").style(height=400)
         | 
| 114 | 
            +
                with gr.Row():
         | 
| 115 | 
             
                    with gr.Column():
         | 
| 116 | 
             
                        msg = gr.Textbox(
         | 
| 117 | 
             
                            label="来问问兮辞吧……",
         |