Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,12 +54,12 @@ def launch_bot():
|
|
54 |
with st.sidebar:
|
55 |
image = Image.open('Vectara-logo.png')
|
56 |
st.markdown(f"## Welcome to {cfg.title}\n\n"
|
57 |
-
f"This demo uses an AI organic farming expert and carefully currated library system to achieve greater accuracy in agronomics and agricultural methodology.
|
58 |
|
59 |
st.markdown("---")
|
60 |
st.markdown(
|
61 |
"## Democratizing access to farming knowledge.\n"
|
62 |
-
"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)
|
63 |
)
|
64 |
st.markdown("---")
|
65 |
st.image(image, width=250)
|
|
|
54 |
with st.sidebar:
|
55 |
image = Image.open('Vectara-logo.png')
|
56 |
st.markdown(f"## Welcome to {cfg.title}\n\n"
|
57 |
+
f"This demo uses an AI organic farming expert and carefully currated library system to achieve greater accuracy in agronomics and agricultural methodology. Created by Copyleft Cultivars, a nonprofit, we hope you enjoy this beta-test early access version.\n\n")
|
58 |
|
59 |
st.markdown("---")
|
60 |
st.markdown(
|
61 |
"## Democratizing access to farming knowledge.\n"
|
62 |
+
"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"
|
63 |
)
|
64 |
st.markdown("---")
|
65 |
st.image(image, width=250)
|