Skip to content

Commit

Permalink
Added gifs and slight change in calculation of progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 committed Nov 27, 2023
1 parent 4da9ffa commit 15dc853
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def plans():
net_calories = -int(entry['burnout'])
current_calories += net_calories

progress_percentage = int(abs((current_calories/target_calories_to_burn)*10000))
progress_percentage = int(abs((current_calories/target_calories_to_burn)*1000))
print(progress_percentage)
return render_template("plans.html",enrolled_plans=enrolled_plans, progress_percentage=progress_percentage)

Expand Down
Binary file added static/videos/BMI.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/Collab_Enroll.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/FitnessBot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/Fitness_SE.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/videos/User_Profile_SE.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15dc853

Please sign in to comment.