Skip to content

Instantly share code, notes, and snippets.

@aialenti
Last active March 24, 2024 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aialenti/bed44a37a84d56c8f9519a3158508092 to your computer and use it in GitHub Desktop.
Save aialenti/bed44a37a84d56c8f9519a3158508092 to your computer and use it in GitHub Desktop.
exercise_trend_indicators = {
'Dumbbell Row': 'increasing',
'Stretch Lying Abduction': 'stable',
'Squat': 'increasing',
'Romanian Deadlift': 'stable',
'Goblet Squat': 'increasing',
'Pull-up': 'stable',
'Incline Barbell Bench Press': 'increasing',
'Weighted Dip': 'increasing',
'Triceps Press-down': 'decreasing',
'Military Press': 'increasing',
'Bent-over Lateral Raise': 'stable',
'Barbell Row': 'increasing',
'Lat Pull-down': 'increasing',
'Barbell Biceps Curl': 'increasing',
'Front Raise': 'increasing'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment