Shad0ws commited on
Commit
347f01d
·
1 Parent(s): 5f550df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def storyGPT(key, name, situation, direction):
52
  for i in range(len(story_parts)):
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], illustration_parts[0], story_parts[1], illustration_parts[1], story_parts[2], illustration_parts[2])
57
 
58
 
59
  # EXAMPLE
 
52
  for i in range(len(story_parts)):
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], illustration_parts[0], story_parts[1], illustration_parts[1], story_parts[2], illustration_parts[2])
57
 
58
 
59
  # EXAMPLE