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