From 8074b04ab7a38c1f08e04dddaaf479d4a4681147 Mon Sep 17 00:00:00 2001 From: tebarius Date: Wed, 23 Jul 2025 21:07:01 +0200 Subject: [PATCH] patching favicon and index.html of streamlit --- app/app.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" )