sync - tui loads but no data in views

This commit is contained in:
2025-09-26 09:22:50 -07:00
parent 75a68a4e86
commit 8c7015545a
3 changed files with 38 additions and 20 deletions

10
main.py
View File

@@ -56,6 +56,16 @@ class CyclingCoachApp(App):
background: $accent;
color: $text;
}
TabbedContent {
height: 1fr;
width: 1fr;
}
TabPane {
height: 1fr;
width: 1fr;
}
"""
TITLE = "AI Cycling Coach"