tonyassi commited on
Commit
fd69a13
1 Parent(s): e0d2fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def divisible_by_8(image):
31
 
32
 
33
  def restore_version(index, versions):
34
- final_dict = {'background': versions[index], 'layers': None, 'composite': versions[index]}
35
  return final_dict
36
 
37
 
 
31
 
32
 
33
  def restore_version(index, versions):
34
+ final_dict = {'background': versions[index][0], 'layers': None, 'composite': versions[index][0]}
35
  return final_dict
36
 
37