Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	
		freemt
		
	commited on
		
		
					Commit 
							
							·
						
						7327eea
	
1
								Parent(s):
							
							80cced0
								
Update theme='grass'
Browse files- radiobee/__main__.py +1 -0
    	
        radiobee/__main__.py
    CHANGED
    
    | @@ -411,6 +411,7 @@ if __name__ == "__main__": | |
| 411 | 
             
                    article=article,
         | 
| 412 | 
             
                    examples=examples,
         | 
| 413 | 
             
                    # theme="darkgrass",
         | 
|  | |
| 414 | 
             
                    layout="vertical",  # horizontal unaligned
         | 
| 415 | 
             
                    # height=150,  # 500
         | 
| 416 | 
             
                    width=900,  # 900
         | 
|  | |
| 411 | 
             
                    article=article,
         | 
| 412 | 
             
                    examples=examples,
         | 
| 413 | 
             
                    # theme="darkgrass",
         | 
| 414 | 
            +
                    theme="grass",
         | 
| 415 | 
             
                    layout="vertical",  # horizontal unaligned
         | 
| 416 | 
             
                    # height=150,  # 500
         | 
| 417 | 
             
                    width=900,  # 900
         |