leavoigt commited on
Commit
793c140
1 Parent(s): 4caba7c

Update appStore/vulnerability_analysis.py

Browse files
Files changed (1) hide show
  1. appStore/vulnerability_analysis.py +3 -3
appStore/vulnerability_analysis.py CHANGED
@@ -97,10 +97,10 @@ def vulnerability_display():
97
  st.markdown(f"""<div style="text-align: justify;"> The document contains a
98
  total of <span style="color: red;">{num_paragraphs}</span> paragraphs.
99
  We identified <span style="color: red;">{num_references}</span>
100
- references to vulnerable groups.</div>
101
  <br>
102
- In the pie chart on the right you can see the distribution of the different
103
- groups defined. For a more detailed view in the text, see the paragraphs and
104
  their respective labels in the table below.</div>""", unsafe_allow_html=True)
105
 
106
  with col2:
 
97
  st.markdown(f"""<div style="text-align: justify;"> The document contains a
98
  total of <span style="color: red;">{num_paragraphs}</span> paragraphs.
99
  We identified <span style="color: red;">{num_references}</span>
100
+ references to groups in vulnerable situations.</div>
101
  <br>
102
+ In the chart on the right you can see how often each group has been references.
103
+ For a more detailed view in the text, see the paragraphs and
104
  their respective labels in the table below.</div>""", unsafe_allow_html=True)
105
 
106
  with col2: