From 820c7a2582d38bab95582571fd3c16ac36169609 Mon Sep 17 00:00:00 2001 From: Marie Locard-Paulet <8386272+mlocardpaulet@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:16:21 +0200 Subject: [PATCH] Update webinterface/_base.py Co-authored-by: Henry Webel --- webinterface/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):