patching favicon and index.html of streamlit

This commit is contained in:
2025-07-23 21:07:01 +02:00
parent aa153c4ec9
commit 8074b04ab7

View File

@@ -7,9 +7,10 @@ standard_output = ('#### Um den HILFE-Text zu einzelnen Funktionen aufzurufen bi
' Eingabefeld aufrufen.') ' Eingabefeld aufrufen.')
st.set_page_config( st.set_page_config(
# we do this by patching static-files of streamlit in the container # we do also patching static-files of streamlit in the docker-container so bookmarks will have
# page_title="tebarius Mysteryhelfer (web)", # the same favicon and if posting links for example in whatsapp they will have the same title
# page_icon="./favicon.ico", page_title="tebarius Mysteryhelfer (web)",
page_icon="./favicon.ico",
layout="wide" layout="wide"
) )