mpsk commited on
Commit
e0fb687
Β·
1 Parent(s): eb06f46

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
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!")