streamlit / 30days

#30DaysOfStreamlit is a 30-day social challenge for you to build and deploy Streamlit apps.

Home Page:https://30days.streamlitapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Found typos in Day25.md file

ShruAgarwal opened this issue · comments

In st.session_state README file, I've found some typos in Line-by-line explanation section. Here they are --->

  1. Here, we use st.numerical_input to accept numerical inputs of the weight values:
  2. Notice how the on_charge option specifies the 2 custom functions...

Whereas (in sentences) they should be replaced --->

FROM

  1. st.numerical_input
  2. on_charge

TO

  1. st.number_input
  2. on_change

Hope you found this helpful! 😃
P.S.: I know fixing typos isn't a better way to contribute but I feel that at some places where code is included, any parameter name or feature name should not be written with a typo.

Let me know your thoughts @dataprofessor ! Open for feedback.

Hi @ShruAgarwal , thanks for taking the time to help out with spotting the typo. All have been corrected. Thanks so much!

Best regards,
Chanin

Glad you found it helpful!
Thanks for correcting all the typos. 🤗
Always ready to help! 😀