You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add keywords arguments to add javascript urls and stylesheets to the Dash.__init__ instead of relying on app.scripts.append_scripts and app.css.append_css.
We should add keywords arguments to add javascript urls and stylesheets to the
Dash.__init__
instead of relying onapp.scripts.append_scripts
andapp.css.append_css
.Example:
Basically just lists of urls that are added as
external_url
to the appropriate resources (app.css or app.scripts).The text was updated successfully, but these errors were encountered: