awacke1 commited on
Commit
36b7ed5
1 Parent(s): becda8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ if image_files:
119
  st.image(
120
  layout_image,
121
  caption="Generated Dungeon Map Layout",
122
- use_column_width=True,
123
  output_format="PNG",
124
  clamp=True
125
  )
 
119
  st.image(
120
  layout_image,
121
  caption="Generated Dungeon Map Layout",
122
+ use_container_width=True,
123
  output_format="PNG",
124
  clamp=True
125
  )