I want to open this post as I can't find anything on the official documentation from streamlit or any resources that mentioned how to do this. After some trial and error I have figured out a way, and will post the answer below. This is a function that in R shiny is called dynamic UI, here's the question.
How to generate dynamic input widgets depending on the value from a different input widget? For example see below picture, the numbers of text_input
called Product Code i
depends on the value from the number_input
called Number of Products
. So if there are x number of products, there will be x number of text_input
generated dynamically. Moreover, the value inside the generated text_input
can be extracted as well.