File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
''' .replace (' ' , '' ).format (daq .__version__ )
26
26
)
27
27
28
- daq_install_instructions = dcc .SyntaxHighlighter ('''>>> import dash_core_components as dcc
29
- >>> print(dcc .__version__)
30
- {}''' .replace (' ' , '' ).format (dcc .__version__ ),
31
- customStyle = styles .code_container ),
28
+ daq_install_instructions = dcc .SyntaxHighlighter ('''>>> import dash_daq as daq
29
+ >>> print(daq .__version__)
30
+ {}''' .replace (' ' , '' ).format (daq .__version__ ),
31
+ customStyle = styles .code_container )
32
32
33
33
34
34
dash_daq_components = {
152
152
dash_daq_components
153
153
)
154
154
155
- layout_children .insert (0 , daq_install_instructions )
155
+ layout_children .insert (1 , daq_install_instructions )
156
156
157
157
dtp = load_example (
158
158
'tutorial/examples/daq_components/darkthemeprovider_daq.py'
You can’t perform that action at this time.
0 commit comments