sadickam commited on
Commit
8585ff6
·
verified ·
1 Parent(s): 25c7c3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -453,7 +453,7 @@ def launch_interface():
453
  # Extraction mode selection with explanatory text
454
  gr.Markdown(
455
  """
456
- ### 📋 PDFText 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,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():