From 2cbea38879e2a0f47003ac90097b2350e0837a94 Mon Sep 17 00:00:00 2001 From: Baptiste Pasquier Date: Mon, 25 Mar 2024 15:36:02 +0100 Subject: [PATCH] BPI frontend --- frontend/front.py | 6 +++--- frontend/lib/sidebar.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/front.py b/frontend/front.py index b8e9085..ce2ddd6 100644 --- a/frontend/front.py +++ b/frontend/front.py @@ -23,9 +23,9 @@ def browser_tab_title(): def application_header(): st.image(Image.open(ASSETS_PATH / "logo_title.jpeg")) - st.caption( - "Learn more about the RAG indus kit here: https://artefactory.github.io/skaff-rag-accelerator" - ) + # st.caption( + # "Learn more about the RAG indus kit here: https://artefactory.github.io/skaff-rag-accelerator" + # ) if __name__ == "__main__": diff --git a/frontend/lib/sidebar.py b/frontend/lib/sidebar.py index 94b6c30..75887ac 100644 --- a/frontend/lib/sidebar.py +++ b/frontend/lib/sidebar.py @@ -9,7 +9,7 @@ def sidebar(): with st.sidebar: - st.sidebar.title("RAG Industrialization Kit", anchor="top") + st.sidebar.title("RAG demo - BPI x Artefact", anchor="top") st.sidebar.markdown( f"

Logged in as {st.session_state['email']}

", unsafe_allow_html=True,