Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
052f694
1 Parent(s): 4d6a5c3

info page update

Browse files
Files changed (1) hide show
  1. appStore/info.py +2 -11
appStore/info.py CHANGED
@@ -29,7 +29,7 @@ def app():
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:
@@ -47,15 +47,6 @@ def app():
47
 
48
  intro = """
49
  <div style="text-align: justify;">
50
- The manual extraction of relevant information from text documents is a \
51
- time-consuming task for any policy analysts. As the amount and length of \
52
- public policy documents in relation to sustainable development (such as \
53
- National Development Plans and Nationally Determined Contributions) \
54
- continuously increases, a major challenge for policy action tracking – the \
55
- evaluation of stated goals and targets and their actual implementation on \
56
- the ground – arises. Luckily, Artificial Intelligence (AI) and Natural \
57
- Language Processing (NLP) methods can help in shortening and easing this \
58
- task for policy analysts.
59
 
60
  For this purpose, the United Nations Sustainable Development Solutions \
61
  Network (SDSN) and the Deutsche Gesellschaft für Internationale \
@@ -98,7 +89,7 @@ def app():
98
  <br>
99
  """
100
  st.markdown(intro, unsafe_allow_html=True)
101
- st.image("docStore/img/pic1.png", caption="")
102
  #st.subheader("Methodology")
103
  #st.write("Each sentence in the generated answer ends with a coloured tooltip; the colour ranges from red to green. "
104
  # "The tooltip contains a value representing answer sentence similarity to a specific sentence in the "
 
29
  """
30
  st.markdown(footer, unsafe_allow_html=True)
31
  # <div class="text">
32
+ c1, c2, c3 = st.columns([6,1,12])
33
  with c1:
34
  st.image("docStore/img/ndc.png")
35
  with c3:
 
47
 
48
  intro = """
49
  <div style="text-align: justify;">
 
 
 
 
 
 
 
 
 
50
 
51
  For this purpose, the United Nations Sustainable Development Solutions \
52
  Network (SDSN) and the Deutsche Gesellschaft für Internationale \
 
89
  <br>
90
  """
91
  st.markdown(intro, unsafe_allow_html=True)
92
+ st.image("docStore/img/pic1.png")
93
  #st.subheader("Methodology")
94
  #st.write("Each sentence in the generated answer ends with a coloured tooltip; the colour ranges from red to green. "
95
  # "The tooltip contains a value representing answer sentence similarity to a specific sentence in the "