Skip to content

Commit 04af710

Browse files
author
Drew Resnick
committed
remove empty paragraph inputs
1 parent 81c4452 commit 04af710

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

enacts/crop_suitability/layout_crop_suit.py

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -147,28 +147,12 @@ def controls_layout(lat_min, lat_max, lon_min, lon_max, lat_label, lon_label):
147147
CONFIG["crop_suit_title"],
148148
]
149149
),
150-
html.P(
151-
f"""
152-
"""
153-
),
154150
dcc.Loading(html.P(id="map_description"), type="dot"),
155-
html.P(
156-
f"""
157-
"""
158-
),
159151
]+[
160152
html.P([html.H6(val["menu_label"]), html.P(val["description"])])
161153
for key, val in CONFIG["map_text"].items()
162154
]+[
163-
html.P(
164-
"""
165-
"""
166-
),
167155
html.H5("Dataset Documentation"),
168-
html.P(
169-
f"""
170-
"""
171-
),
172156
],
173157
style={"position":"relative","height":"25%", "overflow":"scroll"},#box holding text
174158
),
@@ -305,7 +289,7 @@ def controls_layout(lat_min, lat_max, lon_min, lon_max, lat_label, lon_label):
305289
Sentence(
306290
"where a dry spell is defined as a period of",
307291
Number("dry_days_in_row", 3, min=0, max=999),
308-
"days with less than",
292+
"continuous days with less than",
309293
Number("dry_spell_rain", 5, min=0, max=999),
310294
"mm of rainfall in each day",
311295
),

0 commit comments

Comments
 (0)