Workout Plan Generator
View App View Code on GitHubshiny create --template workout-plan --mode express --github posit-dev/py-shiny-templates/gen-ai
shiny create --template workout-plan --mode core --github posit-dev/py-shiny-templates/gen-ai
Generate a workout plan based on your fitness goals, experience level, available equipment, etc. This app demonstrates a useful pattern of collecting user input via input controls, then using those values to fill in a prompt template which is sent to the LLM for response generation.