Skip to content

Instantly share code, notes, and snippets.

@tiagofer
Created September 17, 2020 01:54
Show Gist options
  • Select an option

  • Save tiagofer/76b1257f590bba7a5db216089f6fe7dc to your computer and use it in GitHub Desktop.

Select an option

Save tiagofer/76b1257f590bba7a5db216089f6fe7dc to your computer and use it in GitHub Desktop.
#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