lqhl commited on
Commit
3d3cc21
β€’
1 Parent(s): 9e14a37

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. ui/home.py +2 -1
ui/home.py CHANGED
@@ -104,7 +104,8 @@ def _render_chat_bot_content():
104
  with col2.container():
105
  st.header("Chat Bot")
106
  st.info("Now you can try our chatbot, this chatbot is built with MyScale and LangChain.")
107
- st.markdown("- You need to log in. We use `user_name` to identify each customer.")
 
108
  st.markdown("- You can upload your own PDF files and build your own knowledge base. \
109
  (This is just a sample application. Please do not upload important or confidential files.)")
110
  st.markdown("- A default session will be assigned as your initial chat session. \
 
104
  with col2.container():
105
  st.header("Chat Bot")
106
  st.info("Now you can try our chatbot, this chatbot is built with MyScale and LangChain.")
107
+ st.markdown("- You need to go to [https://myscale-chatdata.hf.space/](https://myscale-chatdata.hf.space/) "
108
+ "to log in successfully, otherwise the auth service will not work.")
109
  st.markdown("- You can upload your own PDF files and build your own knowledge base. \
110
  (This is just a sample application. Please do not upload important or confidential files.)")
111
  st.markdown("- A default session will be assigned as your initial chat session. \