Tonic commited on
Commit
943cfba
·
1 Parent(s): 4b9e23f

adds interface linkage so updates work correctly

Browse files
Files changed (1) hide show
  1. interface.py +2 -2
interface.py CHANGED
@@ -887,8 +887,8 @@ def on_family_change(family: str):
887
  training_md,
888
  gr.update(choices=[], value=None),
889
  gr.update(visible=True), # show step 2 (trainer)
890
- gr.update(visible=False), # hide step 3 until trainer selected
891
- gr.update(visible=False), # hide step 4 until monitoring selected
892
  gr.update(visible=False), # GPT-OSS advanced group hidden until enabled
893
  gr.update(visible=False), # SmolLM3 advanced group hidden until enabled
894
  )
 
887
  training_md,
888
  gr.update(choices=[], value=None),
889
  gr.update(visible=True), # show step 2 (trainer)
890
+ gr.update(visible=True), # show step 3 immediately (default monitoring 'dataset')
891
+ gr.update(visible=True), # show step 4 immediately so users see configs
892
  gr.update(visible=False), # GPT-OSS advanced group hidden until enabled
893
  gr.update(visible=False), # SmolLM3 advanced group hidden until enabled
894
  )