Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
safzanpirani committed Mar 2, 2024
1 parent 17a2cf1 commit ced571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def set_page_header():
st.header("📚 Offline, Open-Source RAG", anchor=False)
st.header("Intelligent Conversations with Documents", anchor=False)
st.caption(
"Upload files for retrieval augmented generation (RAG) with open-source Large Language Models (LLMs)."
)

0 comments on commit ced571a

Please sign in to comment.