Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ if st.button("Generate Image"):
|
|
48 |
|
49 |
# Display the image
|
50 |
if image:
|
51 |
-
st.image(image, caption="Generated Image",
|
52 |
except Exception as e:
|
53 |
st.error(f"Error: {str(e)}")
|
54 |
else:
|
|
|
48 |
|
49 |
# Display the image
|
50 |
if image:
|
51 |
+
st.image(image, caption="Generated Image", use_container_width=True)
|
52 |
except Exception as e:
|
53 |
st.error(f"Error: {str(e)}")
|
54 |
else:
|