Rathapoom commited on
Commit
cd20cc8
·
verified ·
1 Parent(s): 449be20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,8 +119,8 @@ def main():
119
  st.title("BMD and T-score Prediction Tool")
120
 
121
  # Input patient data
122
- bmd_patient = st.number_input("Initial BMD", min_value=0.0, max_value=2.0, value=0.85, step=0.01)
123
- tscore_patient = st.number_input("Initial T-score", min_value=-3.0, max_value=0.0, value=-2.0, step=0.01)
124
 
125
  # Select drug
126
  drug_options = ['Teriparatide', 'Teriparatide + Denosumab', 'Denosumab', 'Denosumab + Teriparatide',
 
119
  st.title("BMD and T-score Prediction Tool")
120
 
121
  # Input patient data
122
+ bmd_patient = st.number_input("Initial BMD", min_value=0.0, max_value=2.0, value=0.635, step=0.001)
123
+ tscore_patient = st.number_input("Initial T-score", min_value=-5.0, max_value=2.0, value=-2.5, step=0.01)
124
 
125
  # Select drug
126
  drug_options = ['Teriparatide', 'Teriparatide + Denosumab', 'Denosumab', 'Denosumab + Teriparatide',