rairo commited on
Commit
fc31b67
·
verified ·
1 Parent(s): 946e750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ 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 = "alaba.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 = "ok_customers.csv"
42
  if uploaded_file is not None:
43
  # Read the CSV file
44
  df = pd.read_csv(uploaded_file)