Skip to content

Commit

Permalink
BPI frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Mar 25, 2024
1 parent 5422f1f commit 2cbea38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions frontend/front.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":
Expand Down
2 changes: 1 addition & 1 deletion frontend/lib/sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"<p style='color:grey;'>Logged in as {st.session_state['email']}</p>",
unsafe_allow_html=True,
Expand Down

0 comments on commit 2cbea38

Please sign in to comment.