Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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():
|