Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	viz
Browse files
    	
        error_analysis/utils/style_hacks.py
    CHANGED
    
    | @@ -18,8 +18,19 @@ def init_style(): | |
| 18 | 
             
                    padding:10px 10px 10px 10px;
         | 
| 19 | 
             
                }
         | 
| 20 | 
             
                /* Main Panel*/
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 21 | 
             
                .css-18e3th9 {
         | 
| 22 | 
            -
                    padding:10px 10px 10px  | 
| 23 | 
             
                }
         | 
| 24 | 
             
                .css-1ubw6au:last-child{
         | 
| 25 | 
             
                    background-color:lightblue;
         | 
|  | |
| 18 | 
             
                    padding:10px 10px 10px 10px;
         | 
| 19 | 
             
                }
         | 
| 20 | 
             
                /* Main Panel*/
         | 
| 21 | 
            +
                .reportview-container .main .block-container{{
         | 
| 22 | 
            +
                    max-width: {max_width}px;
         | 
| 23 | 
            +
                    padding-top: {padding_top}rem;
         | 
| 24 | 
            +
                    padding-right: {padding_right}rem;
         | 
| 25 | 
            +
                    padding-left: -200px;
         | 
| 26 | 
            +
                    padding-bottom: {padding_bottom}rem;
         | 
| 27 | 
            +
                }}
         | 
| 28 | 
            +
                .reportview-container .main {{
         | 
| 29 | 
            +
                    color: {COLOR};
         | 
| 30 | 
            +
                    background-color: {BACKGROUND_COLOR};
         | 
| 31 | 
            +
                }}
         | 
| 32 | 
             
                .css-18e3th9 {
         | 
| 33 | 
            +
                    padding:10px 10px 10px -200px;
         | 
| 34 | 
             
                }
         | 
| 35 | 
             
                .css-1ubw6au:last-child{
         | 
| 36 | 
             
                    background-color:lightblue;
         | 
