Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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
|