fffiloni commited on
Commit
04a108f
β€’
1 Parent(s): fc494d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def generate_story(text):
47
  β€”
48
  """)
49
  max_length = 250
50
- text_chunks = split_text(large_text, max_length)
51
  for chunk in text_chunks:
52
  print(chunk)
53
 
 
47
  β€”
48
  """)
49
  max_length = 250
50
+ text_chunks = split_text(story_result, max_length)
51
  for chunk in text_chunks:
52
  print(chunk)
53