MacMahesh commited on
Commit
2429d44
·
verified ·
1 Parent(s): f2f2a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ tips = sns.load_dataset("tips")
12
  tips["tip_pct"] = tips["tip"] / tips["total_bill"] * 100
13
 
14
  # User question
15
- st.title("💡 Do people tip more on certain days of the week or at certain time of the day?")
16
  st.subheader("Explore average and highest tip percentages by day, time.")
17
 
18
  # Short problem statement
 
12
  tips["tip_pct"] = tips["tip"] / tips["total_bill"] * 100
13
 
14
  # User question
15
+ st.title("💡 Do people tip more on certain days of the week?")
16
  st.subheader("Explore average and highest tip percentages by day, time.")
17
 
18
  # Short problem statement