Spaces:
Runtime error
Runtime error
Ankur Goyal
commited on
Commit
·
a8c5041
1
Parent(s):
43ea41e
Remove web examples for now (Chromium too brittle)
Browse files
app.py
CHANGED
|
@@ -84,14 +84,14 @@ examples = [
|
|
| 84 |
"statement.png",
|
| 85 |
"What are net sales for 2020?",
|
| 86 |
],
|
| 87 |
-
[
|
| 88 |
-
"docquery.png",
|
| 89 |
-
"How many likes does the space have?",
|
| 90 |
-
],
|
| 91 |
-
[
|
| 92 |
-
"hacker_news.png",
|
| 93 |
-
"What is the title of post number 5?",
|
| 94 |
-
],
|
| 95 |
]
|
| 96 |
|
| 97 |
question_files = {
|
|
|
|
| 84 |
"statement.png",
|
| 85 |
"What are net sales for 2020?",
|
| 86 |
],
|
| 87 |
+
# [
|
| 88 |
+
# "docquery.png",
|
| 89 |
+
# "How many likes does the space have?",
|
| 90 |
+
# ],
|
| 91 |
+
# [
|
| 92 |
+
# "hacker_news.png",
|
| 93 |
+
# "What is the title of post number 5?",
|
| 94 |
+
# ],
|
| 95 |
]
|
| 96 |
|
| 97 |
question_files = {
|