Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	typo
Browse files- src/play_interface.py +1 -0
    	
        src/play_interface.py
    CHANGED
    
    | @@ -110,6 +110,7 @@ def try_play_move( | |
| 110 | 
             
                    gr.Warning("AI move failed with all temperatures")
         | 
| 111 | 
             
                    current_board.pop()
         | 
| 112 | 
             
                    return *render_board(current_board), current_board
         | 
|  | |
| 113 |  | 
| 114 |  | 
| 115 | 
             
            with gr.Blocks() as interface:
         | 
|  | |
| 110 | 
             
                    gr.Warning("AI move failed with all temperatures")
         | 
| 111 | 
             
                    current_board.pop()
         | 
| 112 | 
             
                    return *render_board(current_board), current_board
         | 
| 113 | 
            +
                return *render_board(current_board), current_board
         | 
| 114 |  | 
| 115 |  | 
| 116 | 
             
            with gr.Blocks() as interface:
         | 

