bird-of-paradise commited on
Commit
46852bf
·
verified ·
1 Parent(s): cd718f4

fix warning `use_container_width`

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -27,4 +27,4 @@ Made with ❤️ by Jen Wei
27
  """)
28
 
29
  # Optional: Slide preview
30
- st.image("src/Post_Training_Techniques_preview_2.png", caption="Slide 1: Tradeoffs between Optimization Paths", use_column_width=True)
 
27
  """)
28
 
29
  # Optional: Slide preview
30
+ st.image("src/Post_Training_Techniques_preview_2.png", caption="Slide 1: Tradeoffs between Optimization Paths", use_container_width=True)