Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -310,7 +310,7 @@ exercise_choices = ["Hammer Curl", "Push Up", "Squat"] | |
| 310 | 
             
            # Pass the theme and custom_css to gr.Blocks
         | 
| 311 | 
             
            with gr.Blocks(theme=theme, css=custom_css) as iface:
         | 
| 312 | 
             
                with gr.Box(elem_classes="header-container"):
         | 
| 313 | 
            -
             | 
| 314 | 
             
                gr.Markdown("Select an exercise, set your targets, and get real-time feedback on your form and reps.") # Styled by .prose
         | 
| 315 |  | 
| 316 | 
             
                with gr.Row():
         | 
|  | |
| 310 | 
             
            # Pass the theme and custom_css to gr.Blocks
         | 
| 311 | 
             
            with gr.Blocks(theme=theme, css=custom_css) as iface:
         | 
| 312 | 
             
                with gr.Box(elem_classes="header-container"):
         | 
| 313 | 
            +
                    gr.Markdown("# Live AI Trainer") # This will now be styled by .header-container and .header-container h1
         | 
| 314 | 
             
                gr.Markdown("Select an exercise, set your targets, and get real-time feedback on your form and reps.") # Styled by .prose
         | 
| 315 |  | 
| 316 | 
             
                with gr.Row():
         |