joys631 commited on
Commit
0788fe0
1 Parent(s): 3387a6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def generate(
39
  )
40
 
41
  if shouldoverridehistory:
42
- history = split_list(historyoverride, 2)
43
 
44
  print(history)
45
 
 
39
  )
40
 
41
  if shouldoverridehistory:
42
+ history = split_list(historyoverride[0], 2)
43
 
44
  print(history)
45