Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Aug 21, 2024
1 parent 9bbe44e commit 4bf1fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/pages/3_AIND data access playground.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 4bf1fee

Please sign in to comment.