Shankarm08 commited on
Commit
bb9a15c
·
verified ·
1 Parent(s): 4d21766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if st.button("Generate Image"):
48
 
49
  # Display the image
50
  if image:
51
- st.image(image, caption="Generated Image", use_column_width=True)
52
  except Exception as e:
53
  st.error(f"Error: {str(e)}")
54
  else:
 
48
 
49
  # Display the image
50
  if image:
51
+ st.image(image, caption="Generated Image", use_container_width=True)
52
  except Exception as e:
53
  st.error(f"Error: {str(e)}")
54
  else: