Spaces:
Running
Running
Update chat.py
Browse files
chat.py
CHANGED
@@ -39,7 +39,7 @@ AUTH0_DOMAIN = st.secrets['AUTH0_DOMAIN']
|
|
39 |
def login():
|
40 |
if "user_name" in st.session_state or ("jump_query_ask" in st.session_state and st.session_state.jump_query_ask):
|
41 |
return True
|
42 |
-
st.subheader("π€
|
43 |
st.write("You can now chat with ArXiv and Wikipedia! π\n")
|
44 |
st.write("Built purely with streamlit π , LangChain π¦π and love β€οΈ for AI!")
|
45 |
st.write("Follow us on [Twitter](https://x.com/myscaledb) and [Discord](https://discord.gg/D2qpkqc4Jq)!")
|
|
|
39 |
def login():
|
40 |
if "user_name" in st.session_state or ("jump_query_ask" in st.session_state and st.session_state.jump_query_ask):
|
41 |
return True
|
42 |
+
st.subheader("π€ Welcome to [MyScale](https://myscale.com)'s [ChatData](https://github.com/myscale/ChatData)! π€ ")
|
43 |
st.write("You can now chat with ArXiv and Wikipedia! π\n")
|
44 |
st.write("Built purely with streamlit π , LangChain π¦π and love β€οΈ for AI!")
|
45 |
st.write("Follow us on [Twitter](https://x.com/myscaledb) and [Discord](https://discord.gg/D2qpkqc4Jq)!")
|