diff --git a/app/app.py b/app/app.py index a83bd7e..f1d105e 100644 --- a/app/app.py +++ b/app/app.py @@ -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" )