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