devfire commited on
Commit
a3d99e7
·
verified ·
1 Parent(s): 7f792ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,5 +42,5 @@ if user_input:
42
 
43
  # Display chat history
44
  for question, answer in st.session_state.conversation_history:
45
- st.markdown(f"**{question}**")
46
- st.markdown(answer)
 
42
 
43
  # Display chat history
44
  for question, answer in st.session_state.conversation_history:
45
+ st.write(f"**{question}**")
46
+ st.write(answer)