xuj98 commited on
Commit
45babc2
Β·
verified Β·
1 Parent(s): 6281049

update description

Browse files
Files changed (1) hide show
  1. login.py +2 -3
login.py CHANGED
@@ -28,9 +28,8 @@ def login():
28
  st.write("Now with the power of LangChain's Conversantional Agents, we are able to build "
29
  "an RAG-enabled chatbot within one MyScale instance! ")
30
  st.write("Log in to Chat with RAG!")
31
- print(f"client id {AUTH0_CLIENT_ID} domain {AUTH0_DOMAIN}")
32
- user_info = login_button(AUTH0_CLIENT_ID, AUTH0_DOMAIN, "auth0")
33
- st.write(user_info)
34
  st.divider()
35
  st.write("- [Privacy Policy](https://myscale.com/privacy/)\n"
36
  "- [Terms of Sevice](https://myscale.com/terms/)")
 
28
  st.write("Now with the power of LangChain's Conversantional Agents, we are able to build "
29
  "an RAG-enabled chatbot within one MyScale instance! ")
30
  st.write("Log in to Chat with RAG!")
31
+ st.write("Recommend to use the standalone version of Chat-Data, available [here](https://myscale-chatdata.hf.space/).")
32
+ login_button(AUTH0_CLIENT_ID, AUTH0_DOMAIN, "auth0")
 
33
  st.divider()
34
  st.write("- [Privacy Policy](https://myscale.com/privacy/)\n"
35
  "- [Terms of Sevice](https://myscale.com/terms/)")