Tanyaaaaaaaaaa commited on
Commit
0d25605
Β·
verified Β·
1 Parent(s): 61cc364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -309,8 +309,7 @@ exercise_choices = ["Hammer Curl", "Push Up", "Squat"]
309
 
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():
 
309
 
310
  # Pass the theme and custom_css to gr.Blocks
311
  with gr.Blocks(theme=theme, css=custom_css) as iface:
312
+ gr.Markdown("# Live AI Trainer", elem_classes="header-container") # Apply the class directly here
 
313
  gr.Markdown("Select an exercise, set your targets, and get real-time feedback on your form and reps.") # Styled by .prose
314
 
315
  with gr.Row():