diff --git a/code/pages/3_AIND data access playground.py b/code/pages/3_AIND data access playground.py index ea36fd9..1ea1089 100644 --- a/code/pages/3_AIND data access playground.py +++ b/code/pages/3_AIND data access playground.py @@ -21,6 +21,8 @@ df = load_data_from_docDB() +st.markdown(f'### Note: the dataframe showing here has been merged in to the master table on the Home page!') + dynamic_filters = DynamicFilters( df=df, filters=['subject_id', 'subject_genotype'])