I want to filter my dataframe and run the rest of the app depending on the chosen filters. How would I go about integrating this functionality?
I was thinking of using filter_dataframe within a fragment streamlit function, but how would I trigger the rest of the workflow to run once a user hits submit after they are done filtering the dataframe?