awacke1 commited on
Commit
addddfb
·
verified ·
1 Parent(s): bee04c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ for uploaded_file in uploaded_files:
47
  bytes_data = get_image_path(uploaded_file, name, image_type)
48
  uploaded_images[image_type].setdefault(name, [])
49
  uploaded_images[image_type][name].append(bytes_data)
50
- st.image(bytes_data, use_column_width=True)
51
  update_csv_file(uploaded_file, name, image_type)
52
 
53
  if image_type == 'characters':
 
47
  bytes_data = get_image_path(uploaded_file, name, image_type)
48
  uploaded_images[image_type].setdefault(name, [])
49
  uploaded_images[image_type][name].append(bytes_data)
50
+ st.image(bytes_data, use_container_width=True)
51
  update_csv_file(uploaded_file, name, image_type)
52
 
53
  if image_type == 'characters':