ankanghosh commited on
Commit
c5a1b69
·
verified ·
1 Parent(s): b70afb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,6 +250,6 @@ if st.session_state.last_answer is not None:
250
  st.markdown("---")
251
  st.markdown("""
252
  ### About this app
253
- This application uses a Retrieval-Augmented Generation (RAG) system to answer questions about Indian spiritual texts.
254
  It searches through a database of texts to find relevant passages and generates answers based on those passages.
255
  """)
 
250
  st.markdown("---")
251
  st.markdown("""
252
  ### About this app
253
+ This application uses a Retrieval-Augmented Generation (RAG) system to answer questions about spirituality based on Indian spiritual texts.
254
  It searches through a database of texts to find relevant passages and generates answers based on those passages.
255
  """)