diff --git a/dlt/helpers/streamlit_app/blocks/menu.py b/dlt/helpers/streamlit_app/blocks/menu.py index b6d0b5f7aa..1d88255b89 100644 --- a/dlt/helpers/streamlit_app/blocks/menu.py +++ b/dlt/helpers/streamlit_app/blocks/menu.py @@ -2,13 +2,16 @@ import streamlit as st from dlt.helpers.streamlit_app.utils import HERE -from dlt.helpers.streamlit_app.widgets import logo, mode_selector +from dlt.helpers.streamlit_app.widgets import mode_selector from dlt.helpers.streamlit_app.widgets import pipeline_summary def menu(pipeline: dlt.Pipeline) -> None: mode_selector() - logo() + st.logo( + "https://cdn.sanity.io/images/nsq559ov/production/7f85e56e715b847c5519848b7198db73f793448d-82x25.svg?q=75&fit=clip&auto=format", + 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="💾") pipeline_summary(pipeline) diff --git a/dlt/helpers/streamlit_app/widgets/__init__.py b/dlt/helpers/streamlit_app/widgets/__init__.py index 349d58166e..7617dc7a27 100644 --- a/dlt/helpers/streamlit_app/widgets/__init__.py +++ b/dlt/helpers/streamlit_app/widgets/__init__.py @@ -1,4 +1,3 @@ -from dlt.helpers.streamlit_app.widgets.logo import logo from dlt.helpers.streamlit_app.widgets.stats import stat from dlt.helpers.streamlit_app.widgets.summary import pipeline_summary from dlt.helpers.streamlit_app.widgets.tags import tag diff --git a/dlt/helpers/streamlit_app/widgets/logo.py b/dlt/helpers/streamlit_app/widgets/logo.py deleted file mode 100644 index 41a5afff44..0000000000 --- a/dlt/helpers/streamlit_app/widgets/logo.py +++ /dev/null @@ -1,46 +0,0 @@ -import streamlit as st - - -def logo() -> None: - logo_text = """ -