Skip to content

Commit

Permalink
update comments (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
MochiXu authored Jun 24, 2024
1 parent 4b78d69 commit fcfc236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ui/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -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. \
Expand Down

0 comments on commit fcfc236

Please sign in to comment.