BennoKrojer commited on
Commit
806e1e1
1 Parent(s): 08682b3

load image list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ if st.button('Prev'):
18
  if index > 0:
19
  index = index -1
20
 
21
- st.image(image[index], use_column_width=True)
 
18
  if index > 0:
19
  index = index -1
20
 
21
+ st.image(images[index], use_column_width=True)