ofermend commited on
Commit
347c81e
1 Parent(s): df6921d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def launch_bot():
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 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)
 
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)