Check for the img_keywords key in slide_json. Attempt to add images only when the keywords are available.
In the app, try to fix JSON if broken, and then try to create the slide deck. Return None if JSON cannot be fixed. Previously, the slide deck generation was attempted twice: before fixing JSON and again after.
img_keywords
key inslide_json
. Attempt to add images only when the keywords are available.None
if JSON cannot be fixed. Previously, the slide deck generation was attempted twice: before fixing JSON and again after.