Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -546,8 +546,8 @@ def launch_interface():
|
|
546 |
gr.Textbox(
|
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
|
550 |
-
interactive=False, scale=1
|
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, scale=1
|
567 |
)
|
568 |
|
569 |
gr.Markdown("##### Download results")
|
@@ -594,8 +594,8 @@ def launch_interface():
|
|
594 |
gr.Textbox(
|
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
|
598 |
-
interactive=False, scale=1
|
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, scale=1
|
615 |
)
|
616 |
|
617 |
gr.Markdown("##### Download results")
|
|
|
546 |
gr.Textbox(
|
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, scale=1, max_lines = 7, label = "Note"
|
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 |
+
interactive=False, scale=1, max_lines = 7, label = "Note"
|
567 |
)
|
568 |
|
569 |
gr.Markdown("##### Download results")
|
|
|
594 |
gr.Textbox(
|
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, scale=1, max_lines = 7, label = "Note"
|
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 |
+
interactive=False, scale=1, max_lines = 7, label = "Note"
|
615 |
)
|
616 |
|
617 |
gr.Markdown("##### Download results")
|