Fangrui Liu commited on
Commit
401cf68
β€’
1 Parent(s): e0fb687

update sdk_version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. chat.py +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸ” πŸ“–
4
  colorFrom: pink
5
  colorTo: purple
6
  sdk: streamlit
7
- sdk_version: 1.20.0
8
  app_file: chat.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: pink
5
  colorTo: purple
6
  sdk: streamlit
7
+ sdk_version: 1.25.0
8
  app_file: chat.py
9
  pinned: true
10
  license: mit
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!")