Spaces:
Runtime error
Runtime error
add TableOfContents sample file
Browse files- data/TableOfContents.pdf +0 -0
- 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 |
-
"
|
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):
|