Update app.py
Browse files
app.py
CHANGED
@@ -205,8 +205,6 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
205 |
Make sure your filters match the countries you have specified for the analysis!
|
206 |
""")
|
207 |
st.write(country)
|
208 |
-
st.write(country[0])
|
209 |
-
st.write(vulnerabilities_cat[0])
|
210 |
st.write(vulnerabilities_cat)
|
211 |
|
212 |
|
|
|
205 |
Make sure your filters match the countries you have specified for the analysis!
|
206 |
""")
|
207 |
st.write(country)
|
|
|
|
|
208 |
st.write(vulnerabilities_cat)
|
209 |
|
210 |
|