Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -734,6 +734,7 @@ class FAADocumentChecker(DocumentChecker):
|
|
734 |
# Constructor
|
735 |
def __init__(self, config_path: Optional[str] = None):
|
736 |
super().__init__(config_path)
|
|
|
737 |
|
738 |
# Core Check Methods
|
739 |
@profile_performance
|
|
|
734 |
# Constructor
|
735 |
def __init__(self, config_path: Optional[str] = None):
|
736 |
super().__init__(config_path)
|
737 |
+
self.HEADING_WORDS = HEADING_WORDS
|
738 |
|
739 |
# Core Check Methods
|
740 |
@profile_performance
|