Spaces:
Sleeping
Sleeping
Update appStore/vulnerability_analysis.py
Browse files
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
|
101 |
<br>
|
102 |
-
In the
|
103 |
-
|
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:
|