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.