Spaces:
Running
Running
Fangrui Liu
commited on
Commit
β’
401cf68
1
Parent(s):
e0fb687
update sdk_version
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π π
|
|
4 |
colorFrom: pink
|
5 |
colorTo: purple
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
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 |
-
|
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!")
|