-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Only deprecate the first mentioned parameter in a notice. * Add API pages * Update streamlit.json * API reference cards * Audio input GA * Update streamlit.json * Update streamlit.json * Update streamlit.json * st.text example typo * Update streamlit.json * Update navigation example for style * Release notes * Update streamlit.json * What's new * Cheat sheet * Bump app versions
- Loading branch information
1 parent
08877cc
commit 3a33452
Showing
31 changed files
with
10,847 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: st.pills | ||
slug: /develop/api-reference/widgets/st.pills | ||
description: st.pills displays a select widget where options display as pill buttons. | ||
--- | ||
|
||
<Autofunction function="streamlit.pills" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: st.segmented_control | ||
slug: /develop/api-reference/widgets/st.segmented_control | ||
description: st.segmented_control displays a select widget where options display in a segmented button. | ||
--- | ||
|
||
<Autofunction function="streamlit.segmented_control" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.