iDrops commited on
Commit
f6632f9
·
verified ·
1 Parent(s): 072143e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ if diffuculty == 'Beginners':
24
  elif diffuculty == 'Professionals':
25
  thresholds = get_thresholds_pro()
26
 
27
- elif difficulty == 'Push up':
28
- thresholds = get_pushups()
29
 
30
  ProcessUpload = ProcessFrame(thresholds=thresholds)
31
 
 
24
  elif diffuculty == 'Professionals':
25
  thresholds = get_thresholds_pro()
26
 
27
+ #elif difficulty == 'Push up':
28
+ #thresholds = get_pushups()
29
 
30
  ProcessUpload = ProcessFrame(thresholds=thresholds)
31