fix warning `use_container_width`
Browse files- 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",
|
|
|
|
| 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)
|