4 lines
169 B
Python
4 lines
169 B
Python
|
import dash_bootstrap_components as dbc
|
||
|
|
||
|
grid_stylesheet = 'https://cdn.jsdelivr.net/gh/AnnMarieW/dash-bootstrap-templates/dbc.min.css'
|
||
|
theme_stylesheet = dbc.themes.LUX
|