patching favicon and index.html of streamlit
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user