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.')
|
||||
|
||||
st.set_page_config(
|
||||
# we do this by patching static-files of streamlit in the container
|
||||
# page_title="tebarius Mysteryhelfer (web)",
|
||||
# page_icon="./favicon.ico",
|
||||
# we do also patching static-files of streamlit in the docker-container so bookmarks will have
|
||||
# the same favicon and if posting links for example in whatsapp they will have the same title
|
||||
page_title="tebarius Mysteryhelfer (web)",
|
||||
page_icon="./favicon.ico",
|
||||
layout="wide"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user