danidanidani
commited on
Commit
·
7e88f74
1
Parent(s):
cabc56f
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ page = st.sidebar.selectbox("Select a page:", pages)
|
|
99 |
|
100 |
if page == "Garden Optimization":
|
101 |
st.sidebar.subheader("Companion Gardening")
|
102 |
-
st.write("GRDN is a companion gardening app that helps you plan your garden and maximize your harvest. It uses AI to predict the best plants to grow together and optimization algorithms to optimize how you build your garden.")
|
103 |
st.write("This app is currently in beta. Please report any bugs.")
|
104 |
companion_planting_info = """
|
105 |
Key Benefits
|
|
|
99 |
|
100 |
if page == "Garden Optimization":
|
101 |
st.sidebar.subheader("Companion Gardening")
|
102 |
+
st.write("GRDN is a companion gardening app that helps you plan your garden and maximize your harvest. It uses optimization algorithms and AI to predict the best plants to grow together and optimization algorithms to optimize how you build your garden.")
|
103 |
st.write("This app is currently in beta. Please report any bugs.")
|
104 |
companion_planting_info = """
|
105 |
Key Benefits
|