Rathapoom commited on
Commit
4111c89
·
verified ·
1 Parent(s): b27e6a4

Update app.py

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