leavoigt commited on
Commit
9a74f5f
1 Parent(s): 174e5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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 found <span style="color: red;">{num_references}</span>
122
- references to vulnerable group. The chart on the right shows the distribution
123
- of those references. In the table below, you can find the text that has been
124
- identified.</div>""", unsafe_allow_html=True)
 
 
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