Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						1974532
	
1
								Parent(s):
							
							869ca48
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -132,7 +132,7 @@ y = datagen_y() 
     | 
|
| 132 | 
         
             
            title = " Principal Component Regression vs Partial Least Squares Regression."
         
     | 
| 133 | 
         | 
| 134 | 
         | 
| 135 | 
         
            -
            with gr.Blocks(title=title, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]))
         
     | 
| 136 | 
         | 
| 137 | 
         
             
                gr.Markdown(f" # {title}")
         
     | 
| 138 | 
         
             
                gr.Markdown(
         
     | 
| 
         | 
|
| 132 | 
         
             
            title = " Principal Component Regression vs Partial Least Squares Regression."
         
     | 
| 133 | 
         | 
| 134 | 
         | 
| 135 | 
         
            +
            with gr.Blocks(title=title, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
         
     | 
| 136 | 
         | 
| 137 | 
         
             
                gr.Markdown(f" # {title}")
         
     | 
| 138 | 
         
             
                gr.Markdown(
         
     |