Skip to content

Commit 34560d8

Browse files
committed
Remove broken styles reference:
The error I saw was: > You have set your config to `serve_locally=True` but A local version of https://codepen.io/briandennis/pen/zRbYpB.css is not available. If you added this file with `app.scripts.append_script` or `app.css.append_css`, use `external_scripts` or `external_stylesheets` instead. See https://dash.plotly.com/external-resources
1 parent e694877 commit 34560d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434

3535
app = dash.Dash("")
3636

37-
app.css.append_css(
38-
{"external_url": "https://codepen.io/briandennis/pen/zRbYpB.css"})
37+
# TODO: styles are required
3938

4039
app.config.suppress_callback_exceptions = True
4140
app.scripts.config.serve_locally = True

0 commit comments

Comments
 (0)