shihas-36 commited on
Commit
8fdcf77
·
verified ·
1 Parent(s): 3942da9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def _run_predict(
196
 
197
 
198
  # ---------- NORMALIZATION ----------
199
- daily_steps = scale_value(daily_steps, 15000, 533)
200
  sleep_hours = scale_value(sleep_hours, 10, 5)
201
  hr_avg_24h = scale_value(hr_avg_24h, 70, 1.3)
202
  active_minutes = scale_value(active_minutes, 180, 1.8)
 
196
 
197
 
198
  # ---------- NORMALIZATION ----------
199
+ daily_steps = scale_value(daily_steps, 15000, 33)
200
  sleep_hours = scale_value(sleep_hours, 10, 5)
201
  hr_avg_24h = scale_value(hr_avg_24h, 70, 1.3)
202
  active_minutes = scale_value(active_minutes, 180, 1.8)