Spaces:
Running
Running
Update app.py
Browse files
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,
|
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:
|