From 3da2346a6006c83b3609014a1ac68154ba5bbffd Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi Date: Fri, 13 Dec 2024 13:31:38 +0100 Subject: [PATCH] update deprecated function --- src/utils/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ui.py b/src/utils/ui.py index bde46aa..71d93e1 100644 --- a/src/utils/ui.py +++ b/src/utils/ui.py @@ -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)