Skip to content

Commit

Permalink
Update recipes/natural_language_processing/rag/app/rag_app.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Pereira <[email protected]>
  • Loading branch information
Shreyanand and Gregory-Pereira authored May 13, 2024
1 parent 0c616c4 commit 794891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/natural_language_processing/rag/app/rag_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def read_file(file):
response = chain.invoke(prompt)
st.chat_message("assistant").markdown(response.content)
st.session_state.messages.append({"role": "assistant", "content": response.content})
st.rerun()
st.rerun()

0 comments on commit 794891c

Please sign in to comment.