prashant
commited on
Commit
•
04e18ca
1
Parent(s):
1122006
info update
Browse files- appStore/info.py +9 -2
- docStore/img/ndc.png +0 -0
appStore/info.py
CHANGED
@@ -9,6 +9,13 @@ def app():
|
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
color: black;'> Policy Action Tracker Manual</h2>",
|
11 |
unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
footer = """
|
13 |
<div class="footer-custom">
|
14 |
Guidance & Feedback - <a href="https://www.linkedin.com/in/maren-bernlöhr-149891222" target="_blank">Maren Bernlöhr</a> |
|
@@ -20,9 +27,9 @@ def app():
|
|
20 |
</div>
|
21 |
"""
|
22 |
st.markdown(footer, unsafe_allow_html=True)
|
23 |
-
|
24 |
intro = """
|
25 |
-
<div
|
26 |
The manual extraction of relevant information from text documents is a \
|
27 |
time-consuming task for any policy analysts. As the amount and length of \
|
28 |
public policy documents in relation to sustainable development (such as \
|
|
|
9 |
st.markdown("<h2 style='text-align: center; \
|
10 |
color: black;'> Policy Action Tracker Manual</h2>",
|
11 |
unsafe_allow_html=True)
|
12 |
+
|
13 |
+
|
14 |
+
st.markdown('<div style="text-align: center; \
|
15 |
+
color: grey">The Policy Action Tracker is an open-source\
|
16 |
+
digital tool which aims to assist policy analysts and \
|
17 |
+
other users in extracting and filtering relevant \
|
18 |
+
information from public documents. !</div>')
|
19 |
footer = """
|
20 |
<div class="footer-custom">
|
21 |
Guidance & Feedback - <a href="https://www.linkedin.com/in/maren-bernlöhr-149891222" target="_blank">Maren Bernlöhr</a> |
|
|
|
27 |
</div>
|
28 |
"""
|
29 |
st.markdown(footer, unsafe_allow_html=True)
|
30 |
+
# <div class="text">
|
31 |
intro = """
|
32 |
+
<div style="text-align: justify;">
|
33 |
The manual extraction of relevant information from text documents is a \
|
34 |
time-consuming task for any policy analysts. As the amount and length of \
|
35 |
public policy documents in relation to sustainable development (such as \
|
docStore/img/ndc.png
ADDED