diff --git a/webinterface/_base.py b/webinterface/_base.py index a460fcaa..646eb541 100644 --- a/webinterface/_base.py +++ b/webinterface/_base.py @@ -35,7 +35,7 @@ def _preface(self): """, unsafe_allow_html=True, ) - st.image("https://github.com/Proteobench/ProteoBench/blob/Add-logos/webinterface/logos/logo_participants/logos_all_20230926.png?raw=true") + st.image("webinterface/logos/logo_participants/logos_all_20230926.png") @abstractmethod def _main_page(self):