Skip to content

Commit c579aec

Browse files
Prerelease for 1.46.0 (#1303)
* Bump to nightly and top nav * Rename * Update kapa disclaimer * Use latest
1 parent 4e2f8f2 commit c579aec

File tree

32 files changed

+60
-30
lines changed

32 files changed

+60
-30
lines changed

components/utilities/kapa.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ const Kapa = () => {
4242
based on such answers should include reasonable practices including
4343
human oversight to ensure they are safe, accurate, and suitable for
4444
your intended purpose. Streamlit is not liable for any actions, losses,
45-
or damages resulting from the use of the chatbot.
45+
or damages resulting from the use of the chatbot.
4646
47-
Do not enter any private, sensitive, personal, or regulated data.
48-
By using this chatbot, you acknowledge and agree that input you provide
49-
and answers you receive (collectively, “Content”) may be used by
50-
Streamlit and kapa.ai to provide, maintain, develop, and improve
51-
their respective offerings. For more information on how
47+
You are hereby notified that this chat may be recorded, monitored,
48+
and stored to improve our services. Do not enter any private,
49+
sensitive, personal, or regulated data. By using this chatbot, you
50+
consent to such monitoring and recording. You further acknowledge
51+
and agree that input you provide and answers you receive (collectively,
52+
“Content”) may be used by Streamlit and kapa.ai to provide, maintain,
53+
develop, and improve their respective offerings. For more information on how
5254
kapa.ai may use your Content, see https://www.kapa.ai/content/terms-of-service."
5355
data-button-hide="true"
5456
data-modal-override-open-id="kapa-ai"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
22
webvtt-py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0

python/api-examples-source/hello/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandas==1.5.3
22
numpy==1.23.5
33
altair==4.2.0
44
pydeck==0.8.0
5-
streamlit>=1.45.0
5+
streamlit>=1.46.0

python/api-examples-source/mpa-hello/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ numpy==1.23.5
33
altair==4.2.0
44
pydeck==0.8.0
55
opencv-python-headless==4.8.1.78
6-
streamlit>=1.45.0
6+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import streamlit as st
2+
3+
st.title("Create your account")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import streamlit as st
2+
3+
st.title("Learn about us")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import streamlit as st
2+
3+
st.title("Manage your account")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
streamlit>=1.46.0
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import streamlit as st
2+
3+
pages = {
4+
"Your account": [
5+
st.Page("create_account.py", title="Create your account"),
6+
st.Page("manage_account.py", title="Manage your account"),
7+
],
8+
"Resources": [
9+
st.Page("learn.py", title="Learn about us"),
10+
st.Page("trial.py", title="Try it out"),
11+
],
12+
}
13+
14+
pg = st.navigation(pages, position="top")
15+
pg.run()
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import streamlit as st
2+
3+
st.title("Try it out")

python/api-examples-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pydeck
1111
Faker
1212
openai
1313
vega_datasets
14-
streamlit>=1.45.0
14+
streamlit>=1.46.0

python/api-examples-source/st-experimental-connection/1.22/st-experimental-connection/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
22
toml
33
sqlalchemy==1.4
44
duckdb
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
22
vega_datasets
33
altair==4.2.0
44
plotly==5.13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
vega_datasets
2-
streamlit>=1.45.0
2+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Faker
2-
streamlit>=1.45.0
2+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./python/concept-source/streamlit-1.45.1-py3-none-any.whl
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./python/concept-source/streamlit-1.45.1-py3-none-any.whl
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./python/concept-source/streamlit-1.45.1-py3-none-any.whl
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./python/concept-source/streamlit-1.45.1-py3-none-any.whl
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./python/concept-source/streamlit-1.45.1-py3-none-any.whl
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./python/concept-source/streamlit-1.45.1-py3-none-any.whl
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./python/concept-source/streamlit-1.45.1-py3-none-any.whl
1+
streamlit>=1.46.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
streamlit>=1.45.0
1+
streamlit>=1.46.0
22
langchain-openai

0 commit comments

Comments
 (0)