NassimeBejaia commited on
Commit
d2d0a4d
1 Parent(s): f501bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def display_heads(nbperson, listhead):
127
  #os.system("streamlit run https://gist.githubusercontent.com/treuille/da70b4888f8b706fca7afc765751cd85/raw/0727bb67defd93774dae65a2bc6917f72e267460/image_paginator.py")
128
  image_iterator = paginator("Select a sunset page", listhead)
129
  indices_on_page, images_on_page = map(list, zip(*image_iterator))
130
- st.image(images_on_page, width=250, caption=indices_on_page)
131
  return
132
 
133
 
 
127
  #os.system("streamlit run https://gist.githubusercontent.com/treuille/da70b4888f8b706fca7afc765751cd85/raw/0727bb67defd93774dae65a2bc6917f72e267460/image_paginator.py")
128
  image_iterator = paginator("Select a sunset page", listhead)
129
  indices_on_page, images_on_page = map(list, zip(*image_iterator))
130
+ st.image(images_on_page, width=150, caption=indices_on_page)
131
  return
132
 
133