Docfile commited on
Commit
f3cc926
·
verified ·
1 Parent(s): a042c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def main():
183
 
184
  # Affichage de l'image
185
  image = Image.open(temp_image_path)
186
- st.image(image, use_column_width=True)
187
 
188
  with col2:
189
  if uploaded_file is not None:
 
183
 
184
  # Affichage de l'image
185
  image = Image.open(temp_image_path)
186
+ st.image(image, use_container_width=True)
187
 
188
  with col2:
189
  if uploaded_file is not None: