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