Skip to content

Commit

Permalink
Merge pull request #69 from AllenNeuralDynamics/han_show_autotrain_li…
Browse files Browse the repository at this point in the history
…b_version

feat: show auto_train_lib version
  • Loading branch information
hanhou authored May 10, 2024
2 parents 3e76c3f + c20b760 commit a491b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

from aind_auto_train.curriculum_manager import CurriculumManager
from aind_auto_train.auto_train_manager import DynamicForagingAutoTrainManager
from aind_auto_train import __version__ as auto_train_version


try:
Expand Down Expand Up @@ -625,6 +626,7 @@ def app():

# Curriculum drop down selector
cols = st.columns([0.8, 0.5, 0.8, 4])
cols[3].markdown(f"(aind_auto_train lib version = {auto_train_version})")
options = list(df_curriculums['curriculum_name'].unique())
selected_curriculum_name = cols[0].selectbox(
'Curriculum name',
Expand Down

0 comments on commit a491b00

Please sign in to comment.