how to loop and get through all multiselect items in streamlit form

Viewed 16

how to loop through all streamlit child items and get multiselect items/controls i have tried creating multiselect dynamically now i would like to get the items selected in them def filter_dataframe(df: pd.DataFrame) -> pd.DataFrame: Any suggestions please.

0 Answers
Related