sadickam commited on
Commit
235f490
·
verified ·
1 Parent(s): 685ba5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -563,7 +563,7 @@ def launch_interface():
563
  gr.Markdown(
564
  "When the analysis is done, the Primary SDGs bar graph on the left will show "+
565
  "the percentage of pages that strongly align with each SDG. The icon for the most frequent "+
566
- "SDG will be highlighted on the graph. Download the Page Predictions CVS for further details.",
567
  label = "Note", container=True
568
  )
569
 
@@ -579,7 +579,7 @@ def launch_interface():
579
  gr.Markdown(
580
  "When the analysis is done, the Secondary SDGs bar graph on the left will show "+
581
  "SDGs that are not the primary focus of the pages analysed. These SDGs are second to the "+
582
- "Primary SDGs. Download the Sentence Predictions CVS for further details",
583
  label = "Note", container=True
584
  )
585
 
@@ -611,7 +611,7 @@ def launch_interface():
611
  gr.Markdown(
612
  "When the analysis is done, the Primary SDGs bar graph on the left will show "+
613
  "the percentage of sentences that strongly align with each SDG. The icon for the most frequent "+
614
- "SDG will be highlighted on the graph. Download the Sentence Predictions CVS for further details.",
615
  label = "Note", container=True
616
  )
617
 
@@ -627,7 +627,7 @@ def launch_interface():
627
  gr.Markdown(
628
  "When the analysis is done, the Secondary SDGs bar graph on the left will show "+
629
  "SDGs that are not the primary focus of the sentences analysed. These SDGs are second to the "+
630
- "Primary SDGs. Download the Sentence Predictions CVS for further details",
631
  label = "Note", container=True
632
  )
633
 
 
563
  gr.Markdown(
564
  "When the analysis is done, the Primary SDGs bar graph on the left will show "+
565
  "the percentage of pages that strongly align with each SDG. The icon for the most frequent "+
566
+ "SDG will be highlighted on the graph. Download the Page Predictions CSV for further details.",
567
  label = "Note", container=True
568
  )
569
 
 
579
  gr.Markdown(
580
  "When the analysis is done, the Secondary SDGs bar graph on the left will show "+
581
  "SDGs that are not the primary focus of the pages analysed. These SDGs are second to the "+
582
+ "Primary SDGs. Download the Sentence Predictions CSV for further details",
583
  label = "Note", container=True
584
  )
585
 
 
611
  gr.Markdown(
612
  "When the analysis is done, the Primary SDGs bar graph on the left will show "+
613
  "the percentage of sentences that strongly align with each SDG. The icon for the most frequent "+
614
+ "SDG will be highlighted on the graph. Download the Sentence Predictions CSV for further details.",
615
  label = "Note", container=True
616
  )
617
 
 
627
  gr.Markdown(
628
  "When the analysis is done, the Secondary SDGs bar graph on the left will show "+
629
  "SDGs that are not the primary focus of the sentences analysed. These SDGs are second to the "+
630
+ "Primary SDGs. Download the Sentence Predictions CSV for further details",
631
  label = "Note", container=True
632
  )
633