Saim-11 commited on
Commit
4cc241d
·
verified ·
1 Parent(s): 9add4b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -39,4 +39,5 @@ if user_input:
39
 
40
  st.session_state.messages.append({"role": "assistant", "content": response})
41
  with st.chat_message("assistant"):
 
42
  st.markdown(response)
 
39
 
40
  st.session_state.messages.append({"role": "assistant", "content": response})
41
  with st.chat_message("assistant"):
42
+
43
  st.markdown(response)