Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
9de136f
1 Parent(s): 47453fe

adding links in sdg

Browse files
Files changed (1) hide show
  1. appStore/sdg_analysis.py +3 -3
appStore/sdg_analysis.py CHANGED
@@ -45,7 +45,7 @@ def app():
45
  However, since we want to respect the sentence boundary the limit \
46
  can breach and hence this limit of 120 is tentative. \n
47
  """
48
- st.write("""**SDG cLassification:** The application assigns paragraphs \
49
  to 15 of the 17 United Nations Sustainable Development Goals (SDGs).\
50
  SDG 16 “Peace, Justice and Strong Institutions” and SDG 17 \
51
  “Partnerships for the Goals” are excluded from the analysis due to \
@@ -62,8 +62,8 @@ def app():
62
  interested in the classification of research according to the \
63
  Sustainable Development Goals. The summary table only displays \
64
  paragraphs with a calculated relevancy score above 85%. \n""")
65
-
66
- st.write("""**Keyphrase Extraction:** The application extracts 15 \
67
  keyphrases from the document, calculates a respective relevancy \
68
  score, and displays the results in a summary table. The keyphrases \
69
  are extracted using using [Textrank](https://github.com/summanlp/textrank)\
 
45
  However, since we want to respect the sentence boundary the limit \
46
  can breach and hence this limit of 120 is tentative. \n
47
  """
48
+ st.markdown("""**SDG cLassification:** The application assigns paragraphs \
49
  to 15 of the 17 United Nations Sustainable Development Goals (SDGs).\
50
  SDG 16 “Peace, Justice and Strong Institutions” and SDG 17 \
51
  “Partnerships for the Goals” are excluded from the analysis due to \
 
62
  interested in the classification of research according to the \
63
  Sustainable Development Goals. The summary table only displays \
64
  paragraphs with a calculated relevancy score above 85%. \n""")
65
+
66
+ st.markdown("""**Keyphrase Extraction:** The application extracts 15 \
67
  keyphrases from the document, calculates a respective relevancy \
68
  score, and displays the results in a summary table. The keyphrases \
69
  are extracted using using [Textrank](https://github.com/summanlp/textrank)\