Update app.py
Browse files
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 |
|