Spaces:
Runtime error
Runtime error
Marcus Posey
commited on
Commit
·
c6fb8d7
1
Parent(s):
806d130
Add new book
Browse files
app.py
CHANGED
@@ -15,7 +15,8 @@ BOOK_MAPPING = {
|
|
15 |
"Charity Case": "In the context of \"Charity Case\", written by Jim Harmon in 1972,",
|
16 |
"A Gift from Earth": "In the context of \"A Gift From Earth\", written by Manly Banister in 1950,",
|
17 |
"Pick a Crime": "In the context of \"Pick a Crime\", written by Richard Rein Smith in 1970,",
|
18 |
-
"Dangerous Quarry": "In the context of \"Dangerous Quarry\", written by Jim Harmon in 1972,"
|
|
|
19 |
}
|
20 |
|
21 |
CATEGORY_MAPPING = {
|
|
|
15 |
"Charity Case": "In the context of \"Charity Case\", written by Jim Harmon in 1972,",
|
16 |
"A Gift from Earth": "In the context of \"A Gift From Earth\", written by Manly Banister in 1950,",
|
17 |
"Pick a Crime": "In the context of \"Pick a Crime\", written by Richard Rein Smith in 1970,",
|
18 |
+
"Dangerous Quarry": "In the context of \"Dangerous Quarry\", written by Jim Harmon in 1972,",
|
19 |
+
"Lost in Translation": "In the context of \"Lost in Translation\", written by Laurence M. Janifer in 1972,"
|
20 |
}
|
21 |
|
22 |
CATEGORY_MAPPING = {
|