Michael Rey commited on
Commit
368369d
·
1 Parent(s): 42f43bd

made changes again

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ df = pd.read_csv("Social_Network_Ads.csv")
13
  df = df.drop(columns=["User ID"]) # Remove User ID
14
 
15
  # App Title
16
- st.title("💼 Social Network Ads - Customer Purchase Prediction")
17
- st.write("### Predict if a user will purchase a product based on Age & Salary.")
18
 
19
  # Dataset Preview
20
  st.write("#### Dataset Preview:")
 
13
  df = df.drop(columns=["User ID"]) # Remove User ID
14
 
15
  # App Title
16
+ st.title("Social Network Ads - Customer Purchase Prediction")
17
+ st.write("#### Predict if a user will purchase a product based on Age & Salary using Logistic Regression.")
18
 
19
  # Dataset Preview
20
  st.write("#### Dataset Preview:")