Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ if "layout_image" in st.session_state:
|
|
123 |
st.image(
|
124 |
st.session_state["layout_image"],
|
125 |
caption="Generated Dungeon Map Layout",
|
126 |
-
|
127 |
output_format="PNG",
|
128 |
clamp=True,
|
129 |
)
|
|
|
123 |
st.image(
|
124 |
st.session_state["layout_image"],
|
125 |
caption="Generated Dungeon Map Layout",
|
126 |
+
use_container_width=True,
|
127 |
output_format="PNG",
|
128 |
clamp=True,
|
129 |
)
|