Rathapoom commited on
Commit
5aaa2b1
·
verified ·
1 Parent(s): 48c283c

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 = ""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