Spaces:
Runtime error
Runtime error
samarthagarwal23
commited on
Commit
•
5da1616
1
Parent(s):
31f12cb
Update app.py
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@ examples = [
|
|
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 ?"],
|
|
|
116 |
]
|
117 |
|
118 |
iface = gr.Interface(
|
|
|
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 ?"],
|
116 |
+
[os.path.abspath("NASDAQ_AAPL_2020.pdf"), "who is the chief executive officer ?"],
|
117 |
]
|
118 |
|
119 |
iface = gr.Interface(
|