Once the user runs all three commands [A) connect to the app command, B) Download example script and C) Run a sweep] UI experiment tab is replaced. There is no way for the user to go back and check the commands
To Reproduce
Go to Apps gallery
Duplicate training studio App
Run ---> lightning connect 01gkmref244yjm4zv3gqs860ef --yes
🐛 Bug
Once the user runs all three commands [A) connect to the app command, B) Download example script and C) Run a sweep] UI experiment tab is replaced. There is no way for the user to go back and check the commands
To Reproduce
lightning connect 01gkmref244yjm4zv3gqs860ef --yes
wget https://raw.githubusercontent.com/Lightning-AI/lightning-hpo/master/sweep_examples/scripts/train.py
lightning run sweep train.py --model.lr "[0.001, 0.01, 0.1]" --data.batch "[32, 64]" --algorithm="grid_search"
Then UI is replaced with...
Code sample
Expected behavior
Environment
conda
,pip
, source):Additional context