Update app.py
Browse files
app.py
CHANGED
@@ -207,6 +207,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
207 |
st.write(country)
|
208 |
st.write(vulnerabilities_cat)
|
209 |
|
|
|
|
|
210 |
|
211 |
|
212 |
|
|
|
207 |
st.write(country)
|
208 |
st.write(vulnerabilities_cat)
|
209 |
|
210 |
+
st.write(get_docs(text, country=country,vulnerability_cat=vulnerability_options))
|
211 |
+
|
212 |
|
213 |
|
214 |
|