I have a data frame and I need to select data from one column using selectbox() and then multi-select data from the dropdown list by using multiselect(), anybody knows how to set default value since multiselect() needs to set a default value.
When creating a question we recommend you follow these guidelines to help you create a question that is more likely to get an answer:
So the st.multiselect does not need to have a default value, but st.selectbox does. Check out our docs on each of these to know how to pass all of the possible parameters to the widgets: