leavoigt commited on
Commit
aa9a3c7
1 Parent(s): 07cc67e

Update appStore/vulnerability_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/vulnerability_analysis.py +5 -4
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;">In the chart on the right you can see how often
115
- each group has been referenced. For a more detailed view in the text, see the paragraphs and
116
- their respective labels in the table below.</div>""", unsafe_allow_html=True)
 
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 to each group',
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
  )