Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
24 |
"""
|
25 |
The Vulnerability Analysis App is an open-source\
|
26 |
digital tool which aims to assist policy analysts and \
|
27 |
-
other users in extracting and filtering
|
28 |
-
|
29 |
""")
|
30 |
# st.write('**Definitions**')
|
31 |
|
@@ -72,16 +72,11 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
72 |
st.write("""
|
73 |
What Happens in background?
|
74 |
|
75 |
-
|
76 |
-
|
77 |
- Step 1: Once the document is provided to app, it undergoes *Pre-processing*.\
|
78 |
In this step the document is broken into smaller paragraphs \
|
79 |
(based on word/sentence count).
|
80 |
- Step 2: The paragraphs are then fed to the **Vulnerability Classifier** which detects if
|
81 |
-
the paragraph contains any
|
82 |
-
- Step 3: The paragraphs which are detected containing some reference \
|
83 |
-
to a vulnerable group are then fed to multiple classifier to enrich the
|
84 |
-
Information Extraction.
|
85 |
""")
|
86 |
|
87 |
st.write("")
|
|
|
24 |
"""
|
25 |
The Vulnerability Analysis App is an open-source\
|
26 |
digital tool which aims to assist policy analysts and \
|
27 |
+
other users in extracting and filtering references \
|
28 |
+
to different vulnerable groups from public documents.
|
29 |
""")
|
30 |
# st.write('**Definitions**')
|
31 |
|
|
|
72 |
st.write("""
|
73 |
What Happens in background?
|
74 |
|
|
|
|
|
75 |
- Step 1: Once the document is provided to app, it undergoes *Pre-processing*.\
|
76 |
In this step the document is broken into smaller paragraphs \
|
77 |
(based on word/sentence count).
|
78 |
- Step 2: The paragraphs are then fed to the **Vulnerability Classifier** which detects if
|
79 |
+
the paragraph contains any references to vulnerable groups.
|
|
|
|
|
|
|
80 |
""")
|
81 |
|
82 |
st.write("")
|