VcRlAgent commited on
Commit
3dfbd3d
·
1 Parent(s): 6dd417d

features in app

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -0
src/streamlit_app.py CHANGED
@@ -55,6 +55,9 @@ age = cols[1].slider("Age", 18, 70, 35)
55
  height_cm = cols[0].slider("Height (cm)", 150, 200, 172)
56
  weight_kg = cols[1].slider("Weight (kg)", 45, 120, 74)
57
 
 
 
 
58
  resting_hr = cols[0].slider("Resting HR (bpm)", 40, 100, 60)
59
  max_hr = cols[1].slider("Max HR (bpm)", 150, 205, 185)
60
  avg_hr_during_run = cols[0].slider("Avg HR During Run (bpm)", 95, 190, 150)
 
55
  height_cm = cols[0].slider("Height (cm)", 150, 200, 172)
56
  weight_kg = cols[1].slider("Weight (kg)", 45, 120, 74)
57
 
58
+ total_lean_mass = cols[0].slider("Total Lean Mass", 30, 90, 55)
59
+ wbtpf = cols[1].slider("Whole Body Tissue Percent Fat", 12, 49, 28)
60
+
61
  resting_hr = cols[0].slider("Resting HR (bpm)", 40, 100, 60)
62
  max_hr = cols[1].slider("Max HR (bpm)", 150, 205, 185)
63
  avg_hr_during_run = cols[0].slider("Avg HR During Run (bpm)", 95, 190, 150)