In this blog post, we’ll teach you how to create dynamic forms based on user input using Streamlit’s session state function. Streamlit’s session state lets you share variables throughout a user’s session. We’ll use one such variable to track the app’s state, which changes when the user hits the submit…