Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							·
						
						a9e9463
	
1
								Parent(s):
							
							c963a6a
								
Changed theme
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -128,7 +128,7 @@ else: 
     | 
|
| 128 | 
         
             
            def build_ui():
         
     | 
| 129 | 
         
             
                with gr.Blocks(
         
     | 
| 130 | 
         
             
                    theme=gr.themes.Soft(
         
     | 
| 131 | 
         
            -
                        primary_hue=gr.themes.colors. 
     | 
| 132 | 
         
             
                        secondary_hue=gr.themes.colors.blue)
         
     | 
| 133 | 
         
             
                    ) as demo:
         
     | 
| 134 | 
         
             
                    gr.Markdown("<center><h1>Ski Touring Agent Planner</h1></center>")
         
     | 
| 
         | 
|
| 128 | 
         
             
            def build_ui():
         
     | 
| 129 | 
         
             
                with gr.Blocks(
         
     | 
| 130 | 
         
             
                    theme=gr.themes.Soft(
         
     | 
| 131 | 
         
            +
                        primary_hue=gr.themes.colors.blue,
         
     | 
| 132 | 
         
             
                        secondary_hue=gr.themes.colors.blue)
         
     | 
| 133 | 
         
             
                    ) as demo:
         
     | 
| 134 | 
         
             
                    gr.Markdown("<center><h1>Ski Touring Agent Planner</h1></center>")
         
     |