Rathapoom commited on
Commit
90d0cee
·
verified ·
1 Parent(s): 4dd63ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ REGRESSION_CONSTANTS = {
13
  @st.cache_data
14
  def load_medication_data():
15
  # Use the combined medication data we cleaned earlier
16
- file_path = "/mnt/data/BMD medication prediction.xlsx"
17
  return pd.read_excel(file_path)
18
 
19
  # Calculate predicted BMD after medication
 
13
  @st.cache_data
14
  def load_medication_data():
15
  # Use the combined medication data we cleaned earlier
16
+ file_path = "cleaned_bmd_medication_data.xlsx"
17
  return pd.read_excel(file_path)
18
 
19
  # Calculate predicted BMD after medication