deepakkaura26 commited on
Commit
80abd95
1 Parent(s): 1ac990b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
  st.title("Customer Lifetime Value App")
6
 
7
  # Read the dataset
8
- data = pd.read_excel('Online Retail.xlsx')
9
 
10
  # Get the user id
11
  user_id = st.selectbox('Select the user id :', data.CustomerID.unique())
 
5
  st.title("Customer Lifetime Value App")
6
 
7
  # Read the dataset
8
+ data = pd.read_excel('online_retail_II.xlsx')
9
 
10
  # Get the user id
11
  user_id = st.selectbox('Select the user id :', data.CustomerID.unique())