gabruarya commited on
Commit
65a87dc
1 Parent(s): bcc0bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(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**")