awacke1 commited on
Commit
e6cd371
·
verified ·
1 Parent(s): c75581b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ if st.session_state["layout_image"] is not None:
116
  st.image(
117
  st.session_state["layout_image"],
118
  caption="Generated Dungeon Map Layout",
119
- use_column_width=True,
120
  output_format="PNG",
121
  clamp=True,
122
  )
 
116
  st.image(
117
  st.session_state["layout_image"],
118
  caption="Generated Dungeon Map Layout",
119
+ use_container_width=True,
120
  output_format="PNG",
121
  clamp=True,
122
  )