Last active
March 24, 2024 21:33
-
-
Save aialenti/bed44a37a84d56c8f9519a3158508092 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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