The-Adnan-Syed commited on
Commit
3a4f13c
·
verified ·
1 Parent(s): 0cd0baf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -207,3 +207,5 @@ if prompt := st.chat_input("Hit me up with your queries!"):
207
  # Add assistant response to chat history
208
 
209
  st.session_state.messages.append({"role": "assistant", "content": full_response})
 
 
 
207
  # Add assistant response to chat history
208
 
209
  st.session_state.messages.append({"role": "assistant", "content": full_response})
210
+
211
+