A-I4All commited on
Commit
d60d4f3
·
verified ·
1 Parent(s): 0d1698e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ SUSTAINABILITY_TIPS = [
27
  # Get a random sustainability tip
28
  daily_tip = random.choice(SUSTAINABILITY_TIPS)
29
 
30
- Streamlit UI
31
  st.title("Recycling Advisor")
32
  st.subheader("Get expert advice on how to recycle or dispose of your products!")
33
 
 
27
  # Get a random sustainability tip
28
  daily_tip = random.choice(SUSTAINABILITY_TIPS)
29
 
30
+ # Streamlit UI
31
  st.title("Recycling Advisor")
32
  st.subheader("Get expert advice on how to recycle or dispose of your products!")
33