The html can not show the dash-bio app

(index):23 GET https://unpkg.com/dash-bio0.4.1/dash_bio/bundle.js net::ERR_ABORTED 404

react-dom.production.min.js:117 Error: dash_bio was not found.
at Object.resolve (dash_renderer.min.js:20)
at Cr (dash_renderer.min.js:20)
at t (dash_renderer.min.js:20)
at dash_renderer.min.js:20
at Array.forEach ()
at t (dash_renderer.min.js:20)
at Ir (dash_renderer.min.js:20)
at e.value (dash_renderer.min.js:20)
at e.value (dash_renderer.min.js:20)
at Zf (react-dom.production.min.js:67)

It seems the problem is about js, I can not solve the problem.

@Wanyy Thanks for reporting this. Seems like a regression was introduced in dash-bio==0.4.0 that makes it impossible to use dash-bio with serve_locally=False. In the meantime, you can remove the serve_locally statement to use the local version. A change request has been created to fix the issue and should be released soon.

dash-bio==0.4.5 has been released with the fix.