mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
feat(quiver): changed name
This commit is contained in:
parent
adbb41eb40
commit
cf7d221d87
4
main.py
4
main.py
@ -21,13 +21,13 @@ vector_store = SupabaseVectorStore(supabase, embeddings, table_name="documents")
|
||||
|
||||
# Set the theme
|
||||
st.set_page_config(
|
||||
page_title="Second Brain",
|
||||
page_title="Quiver",
|
||||
layout="wide",
|
||||
initial_sidebar_state="expanded",
|
||||
|
||||
)
|
||||
|
||||
st.title("🧠 Second Brain 🧠")
|
||||
st.title("🧠 Quiver - Your second brain 🧠")
|
||||
st.markdown("Store your knowledge in a vector store and query it with OpenAI's GPT-3/4.")
|
||||
st.markdown("---\n\n")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user