Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1651,7 +1651,7 @@ class DocumentCheckResultsFormatter:
|
|
1651 |
self.issue_categories = {
|
1652 |
'heading_title_check': {
|
1653 |
'title': 'Required Headings Check',
|
1654 |
-
'description': 'Verifies that your document includes all mandatory section headings, with requirements varying by document type. For example, Advisory Circulars require headings like "Purpose." and "Applicability." with initial caps and periods, while Federal Register Notices use ALL CAPS headings like "SUMMARY" and "BACKGROUND" without periods.
|
1655 |
'solution': 'Add all required headings in the correct order',
|
1656 |
'example_fix': {
|
1657 |
'before': 'Missing required heading "PURPOSE."',
|
|
|
1651 |
self.issue_categories = {
|
1652 |
'heading_title_check': {
|
1653 |
'title': 'Required Headings Check',
|
1654 |
+
'description': 'Verifies that your document includes all mandatory section headings, with requirements varying by document type. For example, long Advisory Circulars require headings like "Purpose." and "Applicability." with initial caps and periods, while Federal Register Notices use ALL CAPS headings like "SUMMARY" and "BACKGROUND" without periods. This check ensures both the presence of required headings and their correct capitalization format based on document type.',
|
1655 |
'solution': 'Add all required headings in the correct order',
|
1656 |
'example_fix': {
|
1657 |
'before': 'Missing required heading "PURPOSE."',
|