Solshine commited on
Commit
5b09a34
1 Parent(s): a9980fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. {cfg.source_data_desc}\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)
 
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)