Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Commit 
							
							·
						
						7bbf64f
	
1
								Parent(s):
							
							f9ab51a
								
Create config.toml
Browse files- .streamlit/config.toml +6 -0
 
    	
        .streamlit/config.toml
    ADDED
    
    | 
         @@ -0,0 +1,6 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            [theme]
         
     | 
| 2 | 
         
            +
            primaryColor = "#d33682"
         
     | 
| 3 | 
         
            +
            backgroundColor = "#002b36"
         
     | 
| 4 | 
         
            +
            secondaryBackgroundColor = "#586e75"
         
     | 
| 5 | 
         
            +
            textColor = "#fafafa"
         
     | 
| 6 | 
         
            +
            font = "sans serif"
         
     |