diff --git a/streamlit_app/img/logo192.png b/streamlit_app/img/logo192.png new file mode 100644 index 0000000..d822870 Binary files /dev/null and b/streamlit_app/img/logo192.png differ diff --git a/streamlit_app/streamlit_app.py b/streamlit_app/streamlit_app.py index af51d4f..15fe3c4 100644 --- a/streamlit_app/streamlit_app.py +++ b/streamlit_app/streamlit_app.py @@ -17,3 +17,5 @@ ax.hist(arr, bins=20) st.pyplot(fig) + +st.image("./img/logo192.png")