We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bba46 commit aeaf009Copy full SHA for aeaf009
application/plotlydash/dashboard.py
@@ -14,8 +14,6 @@ def create_dashboard(server):
14
external_stylesheets = ['/static/dist/css/styles.css',
15
'https://fonts.googleapis.com/css?family=Lato',
16
'https://use.fontawesome.com/releases/v5.8.1/css/all.css']
17
- external_scripts = ['/static/dist/js/includes/jquery.min.js',
18
- '/static/dist/js/main.js']
19
dash_app = dash.Dash(server=server,
20
external_stylesheets=external_stylesheets,
21
external_scripts=external_scripts,
0 commit comments