Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ def serve_layout() -> html.Div:
html.P('The real-time Ribbit Network observations displayed here, and available for download as comma-separated value (CSV) files, are raw data values that have not yet undergone any quality control. See further information in the FAQ.',
style={'width':'100%', 'text-align':'center', 'color': '#AAAAAA', 'font-size': '11px'}),
], id='infoText'),
html.Div([
html.P('Sensor ID: '),
],
html.Div([
html.Div(id='timeseries'),
html.Div(id='timezone', hidden=True),
Expand Down