We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aece0d commit 4364c23Copy full SHA for 4364c23
code/Home.py
@@ -447,6 +447,7 @@ def app():
447
from aind_analysis_arch_result_access.han_pipeline import get_session_table
448
df = get_session_table(if_load_bpod={st.session_state.bpod_loaded})
449
''')
450
+ st.markdown("See [aind-analysis-arch-result-access](https://github.com/AllenNeuralDynamics/aind-analysis-arch-result-access) for details.")
451
452
with cols[1]:
453
with st.form(key='load_settings', clear_on_submit=False):
0 commit comments