Skip to content

Instantly share code, notes, and snippets.

@tolgahancepel
Created May 13, 2022 18:08
Show Gist options
  • Select an option

  • Save tolgahancepel/3dda05145261918ed9ac6d6e51ca76de to your computer and use it in GitHub Desktop.

Select an option

Save tolgahancepel/3dda05145261918ed9ac6d6e51ca76de to your computer and use it in GitHub Desktop.
# -----------------------------------------------------------------------------
# Application layout
# -----------------------------------------------------------------------------
app.layout = dbc.Container(
[
dcc.Interval(id='update', n_intervals=0, interval=1000*3),
html.H1("Monitoring IoT Sensor Data with Plotly Dash"),
html.Hr(),
dbc.Row(dbc.Col(card, lg=4))
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment