Spaces:
Sleeping
Sleeping
add SustainabilityReport sample
Browse files- data/SampleSustainabilityReport.pdf +0 -0
- tabs/arena_sxs.py +1 -0
data/SampleSustainabilityReport.pdf
ADDED
Binary file (85.3 kB). View file
|
|
tabs/arena_sxs.py
CHANGED
@@ -4,6 +4,7 @@ from extractors.model_runner import models, run_extract_parallel
|
|
4 |
|
5 |
sample_files = {
|
6 |
"Portfolio Statement": "data/SamplePortfolioStatement.pdf",
|
|
|
7 |
"Table Of Contents": "data/TableOfContents.pdf",
|
8 |
}
|
9 |
|
|
|
4 |
|
5 |
sample_files = {
|
6 |
"Portfolio Statement": "data/SamplePortfolioStatement.pdf",
|
7 |
+
"Sustainabililty Report": "data/SampleSustainabilityReport.pdf",
|
8 |
"Table Of Contents": "data/TableOfContents.pdf",
|
9 |
}
|
10 |
|