Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,10 +40,8 @@ def launch_bot():
|
|
40 |
|
41 |
st.markdown("---")
|
42 |
st.markdown(
|
43 |
-
"##
|
44 |
-
"This app was built with [
|
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)
|