leavoigt commited on
Commit
4ddab6b
1 Parent(s): 1df90b0

Update appStore/vulnerability_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/vulnerability_analysis.py +1 -1
appStore/vulnerability_analysis.py CHANGED
@@ -107,7 +107,7 @@ def vulnerability_display():
107
  We identified <span style="color: red;">{num_references}</span>
108
  references to groups in vulnerable situations.</div>
109
  <br>
110
- In the chart on the right you can see how often each group has been references.
111
  For a more detailed view in the text, see the paragraphs and
112
  their respective labels in the table below.</div>""", unsafe_allow_html=True)
113
 
 
107
  We identified <span style="color: red;">{num_references}</span>
108
  references to groups in vulnerable situations.</div>
109
  <br>
110
+ In the chart on the right you can see how often each group has been referenced.
111
  For a more detailed view in the text, see the paragraphs and
112
  their respective labels in the table below.</div>""", unsafe_allow_html=True)
113