eaglelandsonce commited on
Commit
f888eb8
·
verified ·
1 Parent(s): 76476c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -3,11 +3,11 @@ from PIL import Image
3
 
4
  # Placeholder image setup
5
  placeholder_images = [
6
- Image.open('image1.jpg'), # Replace 'image1.jpg' with your placeholder image paths
7
- Image.open('image2.jpg'),
8
- Image.open('image3.jpg'),
9
- Image.open('image4.jpg'),
10
- Image.open('image5.jpg')
11
  ]
12
 
13
  def rearrange(order):
 
3
 
4
  # Placeholder image setup
5
  placeholder_images = [
6
+ Image.open('data/image1.jpg'), # Replace 'image1.jpg' with your placeholder image paths
7
+ Image.open('data/image2.jpg'),
8
+ Image.open('data/image3.jpg'),
9
+ Image.open('data/image4.jpg'),
10
+ Image.open('data/image5.jpg')
11
  ]
12
 
13
  def rearrange(order):