ankanghosh commited on
Commit
bbba999
·
verified ·
1 Parent(s): 72c917c

Update app.py

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