Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def storyGPT(key, name, situation, direction):
|
|
53 |
story_parts[i] = story_parts[i].replace(". ", ".\n\n")
|
54 |
|
55 |
# return (story_parts[0], illustration_parts[0], story_parts[1], illustration_parts[1], story_parts[2], illustration_parts[2], story_parts[3], illustration_parts[3])
|
56 |
-
return (story_parts[0],
|
57 |
|
58 |
|
59 |
# EXAMPLE
|
|
|
53 |
story_parts[i] = story_parts[i].replace(". ", ".\n\n")
|
54 |
|
55 |
# return (story_parts[0], illustration_parts[0], story_parts[1], illustration_parts[1], story_parts[2], illustration_parts[2], story_parts[3], illustration_parts[3])
|
56 |
+
return (story_parts[0], story_parts[1], story_parts[2])
|
57 |
|
58 |
|
59 |
# EXAMPLE
|