Empty page with Agent Studio

I’m following the Agent Studio - NVIDIA Jetson AI Lab to git clone and run
jetson-containers run --env HUGGINGFACE_TOKEN=my_hugging_face_key
$(autotag nano_llm)
python3 -m nano_llm.studio

and I open the https://192.168.101.217:8050, I found the emtpy page. Could you please give me some toy example code to run like your demo’s video.

I have already using

export HUGGINGFACE_TOKEN=your_new_token_here

to set env.

I don’t know why my agent studio is only an empty page.

Are you using Orin Nano devkit?