Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
0b6eae0
1 Parent(s): e6f1b7c

image text wrap

Browse files
Files changed (1) hide show
  1. appStore/info.py +15 -0
appStore/info.py CHANGED
@@ -29,6 +29,21 @@ def app():
29
  """
30
  st.markdown(footer, unsafe_allow_html=True)
31
  # <div class="text">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  intro = """
33
  <div style="text-align: justify;">
34
  The manual extraction of relevant information from text documents is a \
 
29
  """
30
  st.markdown(footer, unsafe_allow_html=True)
31
  # <div class="text">
32
+ c1, c2, c3 = st.columns([6,1,10])
33
+ with c1:
34
+ st.image("docStore/img/ndc.png")
35
+ with c3:
36
+ st.markdown('<div style="text-align: justify;">The manual extraction \
37
+ of relevant information from text documents is a \
38
+ time-consuming task for any policy analysts. As the amount and length of \
39
+ public policy documents in relation to sustainable development (such as \
40
+ National Development Plans and Nationally Determined Contributions) \
41
+ continuously increases, a major challenge for policy action tracking – the \
42
+ evaluation of stated goals and targets and their actual implementation on \
43
+ the ground – arises. Luckily, Artificial Intelligence (AI) and Natural \
44
+ Language Processing (NLP) methods can help in shortening and easing this \
45
+ task for policy analysts.</div>')
46
+
47
  intro = """
48
  <div style="text-align: justify;">
49
  The manual extraction of relevant information from text documents is a \