Solshine commited on
Commit
c700c96
1 Parent(s): c612e11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -40,10 +40,8 @@ def launch_bot():
40
 
41
  st.markdown("---")
42
  st.markdown(
43
- "## How this works?\n"
44
- "This app was built with [Vectara](https://vectara.com).\n"
45
- "Vectara's [Indexing API](https://docs.vectara.com/docs/api-reference/indexing-apis/indexing) was used to ingest the data into a Vectara corpus (or index).\n\n"
46
- "This app uses Vectara [Chat API](https://docs.vectara.com/docs/console-ui/vectara-chat-overview) to query the corpus and present the results to you, answering your question.\n\n"
47
  )
48
  st.markdown("---")
49
  st.image(image, width=250)
 
40
 
41
  st.markdown("---")
42
  st.markdown(
43
+ "## Democratizing access to farming knowledge.\n"
44
+ "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"
 
 
45
  )
46
  st.markdown("---")
47
  st.image(image, width=250)