Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo dispaly_input_row and code improvement #1178

Open
umazel opened this issue Oct 25, 2024 · 0 comments
Open

Typo dispaly_input_row and code improvement #1178

umazel opened this issue Oct 25, 2024 · 0 comments

Comments

@umazel
Copy link

umazel commented Oct 25, 2024

Link to doc page in question (if any):
https://docs.streamlit.io/develop/concepts/design/buttons

Name of the Streamlit feature whose docs need improvement:
Button behavior and examples

What you think the docs should say:

Buttons to add other widgets dynamically
change: from dispaly_input_row to display_input_row
reason: wrong spelling

Buttons to handle expensive or file-writing processes
change: from st.write(st.session_state.processed[option][0]) to st.write(st.session_state.processed[option][0] + add)
reason: the add should be incorporated in code to show that it will work without using the expensive call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant