Spaces:
Build error
Build error
updated app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ for msg in st.session_state.langchain_messages:
|
|
| 38 |
with st.chat_message(msg.type, avatar=avatar):
|
| 39 |
st.markdown(msg.content)
|
| 40 |
|
| 41 |
-
if prompt := st.chat_input(placeholder="
|
| 42 |
st.chat_message("user").write(prompt)
|
| 43 |
with st.chat_message("assistant", avatar="🦜"):
|
| 44 |
message_placeholder = st.empty()
|
|
|
|
| 38 |
with st.chat_message(msg.type, avatar=avatar):
|
| 39 |
st.markdown(msg.content)
|
| 40 |
|
| 41 |
+
if prompt := st.chat_input(placeholder="What do you need to know about SUP'COM ?"):
|
| 42 |
st.chat_message("user").write(prompt)
|
| 43 |
with st.chat_message("assistant", avatar="🦜"):
|
| 44 |
message_placeholder = st.empty()
|