Created
September 17, 2020 01:54
-
-
Save tiagofer/76b1257f590bba7a5db216089f6fe7dc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #importando as bibliotecas | |
| import dash_core_components as dcc | |
| import dash_bootstrap_components as dbc | |
| import dash_html_components as html | |
| #montagem do layout | |
| layout = html.Div(html.H1("Opa, está rodando")) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment