Skip to content

Commit

Permalink
update deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Dec 13, 2024
1 parent 1839400 commit 3da2346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def init_app_looks() -> None:
c2.markdown(repo_name, unsafe_allow_html=True)
c1.write("**Article**")
c2.markdown(article_badge, unsafe_allow_html=True)
st.sidebar.image(str(logo_path), use_column_width=True)
st.sidebar.image(str(logo_path), use_container_width=True)
# use_column_width will be deprecated and replaced with use_contrainer_widthd
# st.sidebar.image(str(logo_path), use_container_width=True)

Expand Down

0 comments on commit 3da2346

Please sign in to comment.