Created
May 31, 2022 01:09
-
-
Save fnneves/086943394c88b4d9323f670618f754b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firstpage_ = [ | |
dbc.Row([ | |
dbc.Col([ | |
], | |
width={'size': 12, 'offset': 0, 'order': 0}), | |
]), | |
dbc.Row([ | |
dbc.Col([ | |
], | |
width={'size': 4, 'offset': 0, 'order': 0}), | |
dbc.Col([ | |
], | |
width={'size': 8, 'offset': 0, 'order': 0}), | |
]), | |
dbc.Row([ | |
dbc.Col([ | |
], | |
width={'size': 4, 'offset': 0, 'order': 0}), | |
dbc.Col([ | |
], | |
width={'size': 4, 'offset': 0, 'order': 0}), | |
dbc.Col([ | |
], | |
width={'size': 4, 'offset': 0, 'order': 0}), | |
]), | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment