awacke1 commited on
Commit
e96c42e
·
verified ·
1 Parent(s): 43c1eae

Update app.py

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