Rathapoom commited on
Commit
94d5e56
·
verified ·
1 Parent(s): bf0cef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def main():
189
  st.warning("No medications selected. Please select at least one medication or use the 'Show All' option.")
190
  else:
191
  # Generate and display goal treatment summary
192
- goal_summary = generate_goal_summary(filtered_predictions, target_bmd=2.4)
193
  display_goal_summary(goal_summary)
194
 
195
  # Display individual medication results
 
189
  st.warning("No medications selected. Please select at least one medication or use the 'Show All' option.")
190
  else:
191
  # Generate and display goal treatment summary
192
+ goal_summary = generate_goal_summary(filtered_predictions, target_tscore=2.4)
193
  display_goal_summary(goal_summary)
194
 
195
  # Display individual medication results