Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	
		abrakjamson
		
	commited on
		
		
					Commit 
							
							·
						
						7ce0662
	
1
								Parent(s):
							
							e3eaad2
								
guessing at a fix
Browse files
    	
        app.py
    CHANGED
    
    | @@ -234,7 +234,7 @@ def reset_chat(): | |
| 234 | 
             
            def get_checkboxes():
         | 
| 235 | 
             
                # rebuilding the list of checkboxes, so that these presets don't have to change
         | 
| 236 | 
             
                # when adding a new control model
         | 
| 237 | 
            -
                checkbox_column = app.children[2].children[0].children
         | 
| 238 | 
             
                model_names_and_indexes = {}
         | 
| 239 | 
             
                checkbox_index = 0
         | 
| 240 | 
             
                for i in range(len(checkbox_column)):
         | 
|  | |
| 234 | 
             
            def get_checkboxes():
         | 
| 235 | 
             
                # rebuilding the list of checkboxes, so that these presets don't have to change
         | 
| 236 | 
             
                # when adding a new control model
         | 
| 237 | 
            +
                checkbox_column = app.children[0].children[2].children[0].children
         | 
| 238 | 
             
                model_names_and_indexes = {}
         | 
| 239 | 
             
                checkbox_index = 0
         | 
| 240 | 
             
                for i in range(len(checkbox_column)):
         |