Wajahat698 commited on
Commit
771bbb3
·
verified ·
1 Parent(s): 0cf6b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -491,9 +491,7 @@ if prompt :
491
  "chat_history": st.session_state.chat_history
492
  })
493
  full_response = output["output"]
494
-
495
-
496
- st.markdown(full_response, unsafe_allow_html=True)
497
 
498
 
499
  # Display the response
 
491
  "chat_history": st.session_state.chat_history
492
  })
493
  full_response = output["output"]
494
+ st.write(full_response, unsafe_allow_html=True)
 
 
495
 
496
 
497
  # Display the response