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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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():
 
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():