Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update src/app.py
Browse files- src/app.py +1 -1
    	
        src/app.py
    CHANGED
    
    | @@ -327,7 +327,7 @@ def send_message(image, text, | |
| 327 | 
             
            # =============================================================================
         | 
| 328 | 
             
            def clear_chat():
         | 
| 329 | 
             
                # Clear unified conversation, vision state, and internal text state.
         | 
| 330 | 
            -
                return [], [], [], "", None
         | 
| 331 |  | 
| 332 | 
             
            # =============================================================================
         | 
| 333 | 
             
            # UI Layout with Gradio
         | 
|  | |
| 327 | 
             
            # =============================================================================
         | 
| 328 | 
             
            def clear_chat():
         | 
| 329 | 
             
                # Clear unified conversation, vision state, and internal text state.
         | 
| 330 | 
            +
                return [], [], [], [], "", None    
         | 
| 331 |  | 
| 332 | 
             
            # =============================================================================
         | 
| 333 | 
             
            # UI Layout with Gradio
         | 
