NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1 - app.py - 27-03-2024, 27-03-2024
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ if prompt := st.chat_input():
|
|
359 |
st.session_state.messages.append({"role": "assistant", "content": msg})
|
360 |
# st.chat_message("assistant").write(msg)
|
361 |
# MET ALS AVATAR EEN IMAGE VAN VICTOR:
|
362 |
-
st.chat_message("assistant", avatar=
|
363 |
|
364 |
# With a streamlit expander
|
365 |
with st.expander("Document Similarity Search"):
|
|
|
359 |
st.session_state.messages.append({"role": "assistant", "content": msg})
|
360 |
# st.chat_message("assistant").write(msg)
|
361 |
# MET ALS AVATAR EEN IMAGE VAN VICTOR:
|
362 |
+
st.chat_message("assistant", avatar="https://huggingface.co/spaces/JBHF/NonToxicGlazeAdvisor_Chat_with_Docs_Groq_Edition_1/blob/main/Victor_Benckhuijsen_2.png").write(msg)
|
363 |
|
364 |
# With a streamlit expander
|
365 |
with st.expander("Document Similarity Search"):
|