From 01419708225d1a2575e91e63be50c6975dd097c5 Mon Sep 17 00:00:00 2001 From: Qin Liu Date: Mon, 6 May 2024 17:19:33 +0800 Subject: [PATCH] update description by Xu Jing --- app/login.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/login.py b/app/login.py index 52f07a5..63231e2 100644 --- a/app/login.py +++ b/app/login.py @@ -28,6 +28,7 @@ def login(): st.write("Now with the power of LangChain's Conversantional Agents, we are able to build " "an RAG-enabled chatbot within one MyScale instance! ") st.write("Log in to Chat with RAG!") + st.write("Recommended to use the standalone version of Chat-Data, available [here](https://myscale-chatdata.hf.space/).") login_button(AUTH0_CLIENT_ID, AUTH0_DOMAIN, "auth0") st.divider() st.write("- [Privacy Policy](https://myscale.com/privacy/)\n"