Spaces:
Running
Running
added link to pricing plan
Browse files
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 |
|