Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def launch_bot():
|
|
101 |
st.markdown(
|
102 |
"## Democratizing access to farming knowledge.\n"
|
103 |
"This app was built with the support of our Patreon subscribers. Thank you! [Click here to join our patreon or upgrade your membership.](https://www.patreon.com/CopyleftCultivarsNonprofit). \n"
|
104 |
-
"Use of this app indicates agreement to our terms of membership, available on Copyleftcultivars.com
|
105 |
)
|
106 |
st.markdown("---")
|
107 |
st.image(image, width=250)
|
|
|
101 |
st.markdown(
|
102 |
"## Democratizing access to farming knowledge.\n"
|
103 |
"This app was built with the support of our Patreon subscribers. Thank you! [Click here to join our patreon or upgrade your membership.](https://www.patreon.com/CopyleftCultivarsNonprofit). \n"
|
104 |
+
"Use of this app indicates agreement to our terms of membership, available on Copyleftcultivars.com. \n"
|
105 |
)
|
106 |
st.markdown("---")
|
107 |
st.image(image, width=250)
|