Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -453,7 +453,7 @@ def launch_interface():
|
|
453 |
# Extraction mode selection with explanatory text
|
454 |
gr.Markdown(
|
455 |
"""
|
456 |
-
### 📋
|
457 |
Choose whether to analyze all pages or a specific range of pages. If you want to exclude certain pages from the analysis, select "Range of Pages" and specify the start and end pages.
|
458 |
"""
|
459 |
)
|
@@ -512,7 +512,8 @@ def launch_interface():
|
|
512 |
### ✍️ Sentence-Level SDG Analysis
|
513 |
This section conducts Sustainable Development Goals (SDG) mapping
|
514 |
using the [sdgBERT model](https://huggingface.co/sadickam/sdgBERT).
|
515 |
-
It provides **detailed SDG mapping** at the sentence level.
|
|
|
516 |
"""
|
517 |
)
|
518 |
with gr.Row():
|
|
|
453 |
# Extraction mode selection with explanatory text
|
454 |
gr.Markdown(
|
455 |
"""
|
456 |
+
### 📋 PDF Text Extraction Mode
|
457 |
Choose whether to analyze all pages or a specific range of pages. If you want to exclude certain pages from the analysis, select "Range of Pages" and specify the start and end pages.
|
458 |
"""
|
459 |
)
|
|
|
512 |
### ✍️ Sentence-Level SDG Analysis
|
513 |
This section conducts Sustainable Development Goals (SDG) mapping
|
514 |
using the [sdgBERT model](https://huggingface.co/sadickam/sdgBERT).
|
515 |
+
It provides **detailed SDG mapping** at the sentence level. **Note that
|
516 |
+
all sentences under 70 characters are excluded from the analysis.**
|
517 |
"""
|
518 |
)
|
519 |
with gr.Row():
|