Closed AceZz closed 1 year ago
storyId: PVVK2xRcCHr2PuMrYI9I
actually an empty text in story part will make the display bug, only for the 1st part. The reason is: we look for the indice 0 of the first story part string to put a nice stylized capital letter (generally the O of Once upon a time). But for this story, I removed the first part as a title was generated there (the prompt was after fixed so it does not happen again).
so I'll fix it just by moving a sentence from part 2 to part 1
fixed now, by introducing backend changes. Will also make front-end code more robust, just in case.