Spaces:
Sleeping
Sleeping
Update appStore/vulnerability_analysis.py
Browse files
appStore/vulnerability_analysis.py
CHANGED
|
@@ -111,9 +111,10 @@ def vulnerability_display():
|
|
| 111 |
(12) Residents of drought-prone regions, (13) Rural populations, (14) Sexual
|
| 112 |
minorities (LGBTQI+), (15) Urban populations, (16) Women and other genders.</div>
|
| 113 |
<br>
|
| 114 |
-
<div style="text-align: justify;">
|
| 115 |
-
|
| 116 |
-
|
|
|
|
| 117 |
|
| 118 |
|
| 119 |
### Bar chart
|
|
@@ -156,7 +157,7 @@ def vulnerability_display():
|
|
| 156 |
|
| 157 |
# Customize layout
|
| 158 |
fig.update_layout(
|
| 159 |
-
title='Number of references
|
| 160 |
xaxis_title='Number of references',
|
| 161 |
yaxis_title='Group',
|
| 162 |
)
|
|
|
|
| 111 |
(12) Residents of drought-prone regions, (13) Rural populations, (14) Sexual
|
| 112 |
minorities (LGBTQI+), (15) Urban populations, (16) Women and other genders.</div>
|
| 113 |
<br>
|
| 114 |
+
<div style="text-align: justify;">The chart below shows the groups for which
|
| 115 |
+
references were found and the number of references identified.
|
| 116 |
+
For a more detailed view in the text, see the paragraphs and
|
| 117 |
+
their respective labels in the table underneath.</div>""", unsafe_allow_html=True)
|
| 118 |
|
| 119 |
|
| 120 |
### Bar chart
|
|
|
|
| 157 |
|
| 158 |
# Customize layout
|
| 159 |
fig.update_layout(
|
| 160 |
+
title='Number of references identified',
|
| 161 |
xaxis_title='Number of references',
|
| 162 |
yaxis_title='Group',
|
| 163 |
)
|