awacke1 commited on
Commit
a40fc41
1 Parent(s): 5e3a0aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- use_column_width=True,
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
  )