DaddyDaniel commited on
Commit
722d92d
·
verified ·
1 Parent(s): b578375

Remove deprecated use_column_width

Browse files
Files changed (1) hide show
  1. sketch2diagram.py +1 -1
sketch2diagram.py CHANGED
@@ -66,7 +66,7 @@ if generate_command:
66
 
67
  st.subheader("Generated Diagram")
68
  images = convert_from_path(pdf_file_path)
69
- st.image(images[0], caption="Generated Diagram", use_column_width=True)
70
  with open(pdf_file_path, "rb") as f:
71
  st.download_button(
72
  label="Download PDF",
 
66
 
67
  st.subheader("Generated Diagram")
68
  images = convert_from_path(pdf_file_path)
69
+ st.image(images[0], caption="Generated Diagram", use_container_width=True)
70
  with open(pdf_file_path, "rb") as f:
71
  st.download_button(
72
  label="Download PDF",