sadickam commited on
Commit
eb4d4a1
·
verified ·
1 Parent(s): dac7577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -547,7 +547,7 @@ def launch_interface():
547
  "When the analysis is completed, the Primary SDGs bar graph on the left will show "+
548
  "the percentage of pages that strongly align with each SDG. The icon for the most frequent "+
549
  "SDG will be highlighted above the graph. Download the Page Predictions CVS for further details.",
550
- interactive=False, label = "Note", container=True
551
  )
552
 
553
  gr.Markdown("##### Download results")
@@ -563,7 +563,7 @@ def launch_interface():
563
  "When the analysis is completed, the Secondary SDGs bar graph on the left will show "+
564
  "SDGs that are not the primary focus of the pages analysed. These SDGs are second to the "+
565
  "Primary SDGs. Download the Sentence Predictions CVS for further details",
566
- interactive=False, label = "Note", container=True
567
  )
568
 
569
  gr.Markdown("##### Download results")
@@ -595,7 +595,7 @@ def launch_interface():
595
  "When the analysis is completed, the Primary SDGs bar graph on the left will show "+
596
  "the percentage of sentences that strongly align with each SDG. The icon for the most frequent "+
597
  "SDG will be highlighted above the graph. Download the Sentence Predictions CVS for further details.",
598
- interactive=False, label = "Note", container=True
599
  )
600
 
601
  gr.Markdown("##### Download results")
@@ -611,7 +611,7 @@ def launch_interface():
611
  "When the analysis is done, the Secondary SDGs bar graph on the left will show "+
612
  "SDGs that are not the primary focus of the sentences analysed. These SDGs are second to the "+
613
  "Primary SDGs. Download the Sentence Predictions CVS for further details",
614
- interactive=False, label = "Note", container=True
615
  )
616
 
617
  gr.Markdown("##### Download results")
 
547
  "When the analysis is completed, the Primary SDGs bar graph on the left will show "+
548
  "the percentage of pages that strongly align with each SDG. The icon for the most frequent "+
549
  "SDG will be highlighted above the graph. Download the Page Predictions CVS for further details.",
550
+ label = "Note", container=True
551
  )
552
 
553
  gr.Markdown("##### Download results")
 
563
  "When the analysis is completed, the Secondary SDGs bar graph on the left will show "+
564
  "SDGs that are not the primary focus of the pages analysed. These SDGs are second to the "+
565
  "Primary SDGs. Download the Sentence Predictions CVS for further details",
566
+ label = "Note", container=True
567
  )
568
 
569
  gr.Markdown("##### Download results")
 
595
  "When the analysis is completed, the Primary SDGs bar graph on the left will show "+
596
  "the percentage of sentences that strongly align with each SDG. The icon for the most frequent "+
597
  "SDG will be highlighted above the graph. Download the Sentence Predictions CVS for further details.",
598
+ label = "Note", container=True
599
  )
600
 
601
  gr.Markdown("##### Download results")
 
611
  "When the analysis is done, the Secondary SDGs bar graph on the left will show "+
612
  "SDGs that are not the primary focus of the sentences analysed. These SDGs are second to the "+
613
  "Primary SDGs. Download the Sentence Predictions CVS for further details",
614
+ label = "Note", container=True
615
  )
616
 
617
  gr.Markdown("##### Download results")