gabruarya commited on
Commit
bcc0bf0
1 Parent(s): 472b2b2

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(f"From {chat.origin} : {chat.message}")
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(chat)
96
 
97
  with prompt_placeholder:
98
  st.markdown("**Chat**")