Spaces:
Running
Running
Update chat.py
Browse files
chat.py
CHANGED
@@ -46,7 +46,7 @@ def login():
|
|
46 |
st.warning("To use chat, please jump to [https://myscale-chatdata.hf.space](https://myscale-chatdata.hf.space)")
|
47 |
st.info("We used [Auth0](https://auth0.com) as our identity provider. "
|
48 |
"We will **NOT** collect any of your conversation in any form for any purpose.")
|
49 |
-
st.divider()
|
50 |
col1, col2 = st.columns(2, gap='large')
|
51 |
with col1.container():
|
52 |
st.write("Try out MyScale's Self-query and Vector SQL retrievers!")
|
|
|
46 |
st.warning("To use chat, please jump to [https://myscale-chatdata.hf.space](https://myscale-chatdata.hf.space)")
|
47 |
st.info("We used [Auth0](https://auth0.com) as our identity provider. "
|
48 |
"We will **NOT** collect any of your conversation in any form for any purpose.")
|
49 |
+
# st.divider()
|
50 |
col1, col2 = st.columns(2, gap='large')
|
51 |
with col1.container():
|
52 |
st.write("Try out MyScale's Self-query and Vector SQL retrievers!")
|