From 4bf1feef33088d942d09451de2bd3c6a3c366741 Mon Sep 17 00:00:00 2001 From: "houhan@gmail.com" Date: Wed, 21 Aug 2024 23:12:51 +0000 Subject: [PATCH] add notes --- code/pages/3_AIND data access playground.py | 2 ++ 1 file changed, 2 insertions(+) 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'])