Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ prompt_placeholder = st.form("chat-form")
|
|
92 |
|
93 |
with chat_placeholder:
|
94 |
for chat in st.session_state.history:
|
95 |
-
st.markdown(f"From {chat.origin} : {chat
|
96 |
|
97 |
with prompt_placeholder:
|
98 |
st.markdown("**Chat**")
|
|
|
92 |
|
93 |
with chat_placeholder:
|
94 |
for chat in st.session_state.history:
|
95 |
+
st.markdown(f"From {chat.origin} : {chat.message}")
|
96 |
|
97 |
with prompt_placeholder:
|
98 |
st.markdown("**Chat**")
|