From fcfc236dc5d44d4a0a99cb4080e49e46853a3f78 Mon Sep 17 00:00:00 2001 From: mochi Date: Mon, 24 Jun 2024 18:26:13 +0800 Subject: [PATCH] update comments (#18) --- app/ui/home.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/ui/home.py b/app/ui/home.py index bfb1ac7..e91ac34 100644 --- a/app/ui/home.py +++ b/app/ui/home.py @@ -104,7 +104,8 @@ def _render_chat_bot_content(): with col2.container(): st.header("Chat Bot") st.info("Now you can try our chatbot, this chatbot is built with MyScale and LangChain.") - st.markdown("- You need to log in. We use `user_name` to identify each customer.") + st.markdown("- You need to go to [https://myscale-chatdata.hf.space/](https://myscale-chatdata.hf.space/) " + "to log in successfully, otherwise the auth service will not work.") st.markdown("- You can upload your own PDF files and build your own knowledge base. \ (This is just a sample application. Please do not upload important or confidential files.)") st.markdown("- A default session will be assigned as your initial chat session. \