


Html.Div(className='eight columns div-for-charts bg-grey'), Html.Div(className='four columns div-user-controls'), I want my desired output to be like below, so with a black layout color:ĭf = pd.read_csv('c:\data\EK\Desktop\Python Microsoft Visual Studio\dashapp\data\stockdata2.csv', index_col=0, parse_dates=True) When I run my code I get the following output: So I have the following structure: dashapp Dash will automatically serve all of the files that are included in this folder. From reading the documents I understand that if you create a folder named assets in the root of your app directory and include your CSS or JavaScript files in that folder. Im trying to create a black dashboard, so I've grabbed a css stylesheet which should make my dashboard black.
