Spaces:
Build error
Build error
Empty commit to rebuild
Browse files
country_by_country/table_extraction/__init__.py
CHANGED
|
@@ -28,6 +28,7 @@ from .camelot_extractor import Camelot
|
|
| 28 |
from .from_csv import FromCSV
|
| 29 |
from .llama_parse_extractor import LlamaParseExtractor
|
| 30 |
|
|
|
|
| 31 |
logging.basicConfig(stream=sys.stdout, level=logging.INFO, format="%(message)s")
|
| 32 |
|
| 33 |
|
|
|
|
| 28 |
from .from_csv import FromCSV
|
| 29 |
from .llama_parse_extractor import LlamaParseExtractor
|
| 30 |
|
| 31 |
+
|
| 32 |
logging.basicConfig(stream=sys.stdout, level=logging.INFO, format="%(message)s")
|
| 33 |
|
| 34 |
|