From 6a96d3c007a488980a0b0d5d66a901b74711f8b8 Mon Sep 17 00:00:00 2001 From: rythmn1111 <82413584+rythmn1111@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:53:30 +0530 Subject: [PATCH] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index dc56d2c..b6b8380 100644 --- a/test.py +++ b/test.py @@ -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"):