ofermend commited on
Commit
2f3e659
1 Parent(s): 2e170c4

added link to pricing plan

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def launch_bot():
69
  st.markdown(
70
  "## How this works?\n"
71
  "This app was built with [Vectara](https://vectara.com).\n\n"
72
- "It demonstrates the use of the Chat functionality along with custom prompts and GPT4-Turbo (as part of our Scale plan)"
73
  )
74
  st.markdown("---")
75
 
 
69
  st.markdown(
70
  "## How this works?\n"
71
  "This app was built with [Vectara](https://vectara.com).\n\n"
72
+ "It demonstrates the use of the Chat functionality along with custom prompts and GPT4-Turbo (as part of our [Scale plan](https://vectara.com/pricing/))"
73
  )
74
  st.markdown("---")
75