Skip to content
Snippets Groups Projects
Commit 3e12b04f authored by M. G. Castrellon's avatar M. G. Castrellon
Browse files

Added an additional selection of salinity exceedance frequency

parent db5fea39
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ app.layout = html.Div([
dcc.Dropdown( # Dropdown to select variable for plotting on map
id='variable-dropdown',
options=[{'label': 'Salinity Concentration', 'value': 'Salinity'}, \
{'label': 'Frequency of Exceedance', 'value': 'Above_Limit'}],
{'label': 'Frequency of Exceedance (0.18)', 'value': 'Above_Limit_1'},
{'label': 'Frequency of Exceedance (0.42)', 'value': 'Above_Limit_2'}],
placeholder="Select a variable to plot",
value='Salinity', # Default value
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment