jojortz commited on
Commit
d59fd9f
·
1 Parent(s): 8a5f4b3

add TableOfContents sample file

Browse files
Files changed (2) hide show
  1. data/TableOfContents.pdf +0 -0
  2. tabs/arena_sxs.py +1 -1
data/TableOfContents.pdf ADDED
Binary file (256 kB). View file
 
tabs/arena_sxs.py CHANGED
@@ -4,7 +4,7 @@ from extractors.model_runner import models, run_extract_parallel
4
 
5
  sample_files = {
6
  "Portfolio Statement": "data/SamplePortfolioStatement.pdf",
7
- "Gaming Revenue Report": "data/GamingRevenueReport.pdf",
8
  }
9
 
10
  def update_dropdowns(model_a_choice, model_b_choice):
 
4
 
5
  sample_files = {
6
  "Portfolio Statement": "data/SamplePortfolioStatement.pdf",
7
+ "Table Of Contents": "data/TableOfContents.pdf",
8
  }
9
 
10
  def update_dropdowns(model_a_choice, model_b_choice):