Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,10 +118,12 @@ if 'key0' in st.session_state:
|
|
| 118 |
|
| 119 |
st.markdown(f"""<div style="text-align: justify;"> The document contains a
|
| 120 |
total of <span style="color: red;">{num_paragraphs}</span> paragraphs.
|
| 121 |
-
We
|
| 122 |
-
references to vulnerable
|
| 123 |
-
|
| 124 |
-
|
|
|
|
|
|
|
| 125 |
|
| 126 |
with col2:
|
| 127 |
### Pie chart
|
|
|
|
| 118 |
|
| 119 |
st.markdown(f"""<div style="text-align: justify;"> The document contains a
|
| 120 |
total of <span style="color: red;">{num_paragraphs}</span> paragraphs.
|
| 121 |
+
We identified <span style="color: red;">{num_references}</span>
|
| 122 |
+
references to vulnerable groups.</div>
|
| 123 |
+
<br>
|
| 124 |
+
In the pie chart on the right you can see the distribution of the different
|
| 125 |
+
groups defined. For a more detailed view in the text, see the paragraphs and
|
| 126 |
+
their respective labels in the table below.</div>""", unsafe_allow_html=True)
|
| 127 |
|
| 128 |
with col2:
|
| 129 |
### Pie chart
|