Marcus Posey commited on
Commit
84f9040
·
1 Parent(s): c6fb8d7

Fix author name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ BOOK_MAPPING = {
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 = {
 
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 Larry M. Harris in 1972,"
20
  }
21
 
22
  CATEGORY_MAPPING = {