jojortz commited on
Commit
da8f0c9
1 Parent(s): d59fd9f

add SustainabilityReport sample

Browse files
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