DASH app cannot reach running on http step

I call a function from another python script in DASH app
But when running that app in git bash, ‘Running on http://…’ cannot show up

And when I commented out the code for that function, the app ran without error

Could anyone please give me some ideas regarding this?

Thank you!