Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Commit 
							
							·
						
						8f2f592
	
1
								Parent(s):
							
							7a427ac
								
Color test
Browse files
    	
        app.py
    CHANGED
    
    | @@ -82,8 +82,7 @@ def clear(): | |
| 82 | 
             
            #                     # outputs='text'
         | 
| 83 | 
             
            #                     )
         | 
| 84 |  | 
| 85 | 
            -
            theme = gr.themes.Base(primary_hue="teal").set( | 
| 86 | 
            -
                                                           block_background_fill="#b3e5f2",)
         | 
| 87 |  | 
| 88 | 
             
            with gr.Blocks(theme=theme) as demo:
         | 
| 89 | 
             
                with gr.Row():
         | 
|  | |
| 82 | 
             
            #                     # outputs='text'
         | 
| 83 | 
             
            #                     )
         | 
| 84 |  | 
| 85 | 
            +
            theme = gr.themes.Base(primary_hue="teal").set(block_background_fill="#235784",)
         | 
|  | |
| 86 |  | 
| 87 | 
             
            with gr.Blocks(theme=theme) as demo:
         | 
| 88 | 
             
                with gr.Row():
         |