Update appStore/info.py
Browse files- appStore/info.py +5 -6
appStore/info.py
CHANGED
@@ -7,22 +7,21 @@ def app():
|
|
7 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
8 |
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
-
color: black;'>
|
11 |
unsafe_allow_html=True)
|
12 |
|
13 |
|
14 |
st.markdown("<div style='text-align: center; \
|
15 |
-
color: grey;'>The
|
16 |
digital tool which aims to assist policy analysts and \
|
17 |
other users in extracting and filtering relevant \
|
18 |
-
information from policy documents.</div>",
|
19 |
unsafe_allow_html=True)
|
20 |
footer = """
|
21 |
<div class="footer-custom">
|
22 |
-
Guidance & Feedback - <a href="https://www.linkedin.com/in/maren-bernlöhr-149891222" target="_blank">
|
23 |
<a href="https://www.linkedin.com/in/manuelkuhm" target="_blank">Manuel Kuhm</a> |
|
24 |
-
Developer - <a href="https://www.linkedin.com/in/
|
25 |
-
<a href="https://www.linkedin.com/in/jonas-nothnagel-bb42b114b/" target="_blank">Jonas Nothnagel</a> |
|
26 |
<a href="https://www.linkedin.com/in/prashantpsingh/" target="_blank">Prashant Singh</a> |
|
27 |
|
28 |
</div>
|
|
|
7 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
8 |
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
+
color: black;'> Vulnerability Identifier</h2>",
|
11 |
unsafe_allow_html=True)
|
12 |
|
13 |
|
14 |
st.markdown("<div style='text-align: center; \
|
15 |
+
color: grey;'>The Vulnerability Identifier is an open-source\
|
16 |
digital tool which aims to assist policy analysts and \
|
17 |
other users in extracting and filtering relevant \
|
18 |
+
information on vulnerable groups from policy documents.</div>",
|
19 |
unsafe_allow_html=True)
|
20 |
footer = """
|
21 |
<div class="footer-custom">
|
22 |
+
Guidance & Feedback - <a href="https://www.linkedin.com/in/maren-bernlöhr-149891222" target="_blank">Robi</a> |
|
23 |
<a href="https://www.linkedin.com/in/manuelkuhm" target="_blank">Manuel Kuhm</a> |
|
24 |
+
Developer - <a href="https://www.linkedin.com/in/lea-voigt/" target="_blank">Lea Voigt</a> |
|
|
|
25 |
<a href="https://www.linkedin.com/in/prashantpsingh/" target="_blank">Prashant Singh</a> |
|
26 |
|
27 |
</div>
|