Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,4 +148,9 @@ llm_chain = create_chain(retriever)
|
|
| 148 |
initialize_session_state()
|
| 149 |
st.title("Aesop Product Reviewer from YouTube Reviews")
|
| 150 |
st.image("aesop.png", width=550)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
display_chat_history(llm_chain)
|
|
|
|
| 148 |
initialize_session_state()
|
| 149 |
st.title("Aesop Product Reviewer from YouTube Reviews")
|
| 150 |
st.image("aesop.png", width=550)
|
| 151 |
+
st.markdown("""
|
| 152 |
+
This app provides insights into Aesop products based on YouTube reviews.
|
| 153 |
+
|
| 154 |
+
[](https://github.com/grantjw/product_chatbot_rag)
|
| 155 |
+
""", unsafe_allow_html=True)
|
| 156 |
display_chat_history(llm_chain)
|