Docs for chat input height#14499
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Thanks for contributing to Streamlit! 🎈 Please make sure you have read our Contributing Guide. You can find additional information about Streamlit development in the wiki. The review process:
We're receiving many contributions and have limited review bandwidth — please expect some delay. We appreciate your patience! 🙏 |
There was a problem hiding this comment.
Pull request overview
Updates the st.chat_input docstring to improve clarity and consistency around the height parameter, aligning wording with the project’s documentation style guidance (avoid “Note that” unless using an admonition).
Changes:
- Refines the
height="stretch"bullet to remove “Note that” and keep the requirement explicit. - Adjusts the
height=intbullet punctuation to match the existingwidth=intbullet style (“pixels: …”).
Describe your changes
Small style edits.
.. note::. Otherwise, avoid the extra wordiness.Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.