rairo commited on
Commit
df8dacf
·
verified ·
1 Parent(s): 847635d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ with st.sidebar:
38
  st.write("<div>Developed by - <span style=\"color: cyan; font-size: 24px; font-weight: 600;\">Rairo</span></div>",unsafe_allow_html=True)
39
 
40
 
41
- uploaded_file = "bon_marche.csv"
 
42
  if uploaded_file is not None:
43
  # Read the CSV file
44
  df = pd.read_csv(uploaded_file)
 
38
  st.write("<div>Developed by - <span style=\"color: cyan; font-size: 24px; font-weight: 600;\">Rairo</span></div>",unsafe_allow_html=True)
39
 
40
 
41
+ #uploaded_file = "bon_marche.csv"
42
+ uploaded_file = "healthcare_dataset.csv"
43
  if uploaded_file is not None:
44
  # Read the CSV file
45
  df = pd.read_csv(uploaded_file)