Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ page = st.sidebar.radio("π Navigate", ["π EDA", "π€ Model Training", "
|
|
25 |
# -------------------------
|
26 |
@st.cache_data
|
27 |
def load_data():
|
28 |
-
df
|
29 |
df.drop_duplicates(inplace=True)
|
30 |
return df
|
31 |
|
|
|
25 |
# -------------------------
|
26 |
@st.cache_data
|
27 |
def load_data():
|
28 |
+
df=pd.read_csv(r"C:\Users\91879\Downloads\fertility_synthetic_50000\fertility_synthetic_50000.csv")
|
29 |
df.drop_duplicates(inplace=True)
|
30 |
return df
|
31 |
|