Streamlit 1.57.0 docs: release notes, st.bottom, API index#1471
Draft
sfc-gh-jrieke wants to merge 7 commits into
Draft
Streamlit 1.57.0 docs: release notes, st.bottom, API index#1471sfc-gh-jrieke wants to merge 7 commits into
sfc-gh-jrieke wants to merge 7 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📚 Context
Document Streamlit 1.57.0 on docs.streamlit.io: release notes, API reference for
st.bottom, cheat sheet, menu, and regeneratedpython/streamlit.json(including 1.57.0).🧠 Description of Changes
content/develop/quick-references/release-notes/2026.mdand highlights onrelease-notes/_index.mdst.bottomAPI reference:content/develop/api-reference/layout/bottom.md(<Autofunction function="streamlit.bottom" />)public/images/api/bottom.jpg) on layout overview and main API reference indexcontent/menu.mdst.bottom.chat_input(...)examplepython/streamlit.jsonfor 1.57.0 viamake docstringsCurrent:
No
st.bottomdocs; version picker / API reference stop at 1.56.Revised:
1.57.0 release notes and
st.bottomdiscoverable in API reference, layout cards, cheat sheet, and sidebar menu.💥 Impact
Size:
🌐 References
Test plan
/develop/quick-reference/release-notesand 2026 page)/develop/api-reference/layout/st.bottomrenders (note:streamlit.bottomis not yet instreamlit.jsonuntil generator support for block contexts is added; page may show Autofunction “does not exist” warning until then, or manual content likesidebar.mdis preferred)streamlit.jsonchanges)Made with Cursor