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 503f82d commit 3348e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def init_app_looks() -> None:
c2.write(data_badge)
c1.write("**Repo**")
c2.markdown(repo_name, unsafe_allow_html=True)
st.sidebar.image(str(logo_path), use_column_width=True)
st.sidebar.image(str(logo_path), use_container_width=True)


def init_sidebar() -> Any:
Expand Down

0 comments on commit 3348e53

Please sign in to comment.