Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed May 26, 2024
1 parent da8aec7 commit 707d931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/examples/personalization/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

nest_asyncio.apply()
st.set_page_config(
page_title="Assistant with Memory",
page_title="Personalized Agentic RAG",
page_icon=":orange_heart:",
)
st.title("Assistant with Personalized Memory")
st.title("Personalized Agentic RAG")
st.markdown("##### :orange_heart: built using [phidata](https://github.com/phidatahq/phidata)")

with st.expander(":rainbow[:point_down: How to use]"):
Expand Down

0 comments on commit 707d931

Please sign in to comment.