Update app.py
Browse files
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 = "
|
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
|