Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rythmn1111 authored Nov 27, 2023
1 parent e150336 commit 6a96d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Choose model",
('Curie Matcher','DaVinci Dresser'))
st.sidebar.info('Both our DaVinci Dresser and Curi Matcher are build using [langchain](https://www.langchain.com/) and are based on [MRKL](https://arxiv.org/pdf/2205.00445.pdf) and [ReAct](https://ai.googleblog.com/2022/11/react-synergizing-reasoning-and-acting.html). Both of our AI are capable of understanding all the fashion trends, knows what is trending on social media and also knows the user past purchase history/most viewed item and based on that assist user with there query. ')
st.sidebar.write("Created by ♥ by rythmn")
st.sidebar.write("made with ❤️ by rythmn")
if radio_btn == "DaVinci Dresser":
st.title("🔮 DaVinci Dresser")
with st.expander("DaVinci Dresser is a smart AI which can recommend fashion product for any given query"):
Expand Down

0 comments on commit 6a96d3c

Please sign in to comment.