Spaces:
Runtime error
Runtime error
Commit
·
cfdace1
1
Parent(s):
1a235c1
Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ examples = [
|
|
110 |
[os.path.abspath("dbs-annual-report-2020.pdf"), "how much dividend was paid to shareholders ?"],
|
111 |
[os.path.abspath("dbs-annual-report-2020.pdf"), "what are the key risks ?"],
|
112 |
[os.path.abspath("dbs-annual-report-2020.pdf"), "what is the sustainability focus ?"],
|
|
|
113 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "how much are the outstanding shares ?"],
|
114 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "How high is shareholders equity ?"],
|
115 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "what is competitors strategy ?"],
|
|
|
110 |
[os.path.abspath("dbs-annual-report-2020.pdf"), "how much dividend was paid to shareholders ?"],
|
111 |
[os.path.abspath("dbs-annual-report-2020.pdf"), "what are the key risks ?"],
|
112 |
[os.path.abspath("dbs-annual-report-2020.pdf"), "what is the sustainability focus ?"],
|
113 |
+
[os.path.abspath("dbs-annual-report-2020.pdf"), "what is PURE ?"],
|
114 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "how much are the outstanding shares ?"],
|
115 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "How high is shareholders equity ?"],
|
116 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "what is competitors strategy ?"],
|