Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zilto committed Jan 22, 2025
1 parent 704957d commit 6f5bedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/helpers/streamlit_app/blocks/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def menu(pipeline: dlt.Pipeline) -> None:
mode_selector()
st.logo(
"https://cdn.sanity.io/images/nsq559ov/production/7f85e56e715b847c5519848b7198db73f793448d-82x25.svg?q=75&fit=clip&auto=format",
size="large"
size="large",
)
st.page_link(f"{HERE}/pages/dashboard.py", label="Explore data", icon="🕹️")
st.page_link(f"{HERE}/pages/load_info.py", label="Load info", icon="💾")
Expand Down

0 comments on commit 6f5bedf

Please sign in to comment.