Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,11 @@ examples = [
|
|
| 40 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "how much are the outstanding shares ?"],
|
| 41 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "what is competitors strategy ?"],
|
| 42 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "who is the chief executive officer ?"],
|
| 43 |
-
[os.path.abspath("NASDAQ_MSFT_2020.pdf"), "How much is the guided revenue for next quarter?"]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
]
|
| 45 |
|
| 46 |
|
|
|
|
| 40 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "how much are the outstanding shares ?"],
|
| 41 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "what is competitors strategy ?"],
|
| 42 |
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "who is the chief executive officer ?"],
|
| 43 |
+
[os.path.abspath("NASDAQ_MSFT_2020.pdf"), "How much is the guided revenue for next quarter?"],
|
| 44 |
+
[os.path.abspath("example_file.pdf"), "what are the name of all authors?"],
|
| 45 |
+
[os.path.abspath("breast cancer.pdf"), "What Causes Breast Cancer?"],
|
| 46 |
+
[os.path.abspath("v61n3a11.pdf"), "what is MDT?"]
|
| 47 |
+
|
| 48 |
]
|
| 49 |
|
| 50 |
|