Spaces:
Running
Running
update description
Browse files
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 |
-
|
32 |
-
|
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/)")
|