ankanghosh commited on
Commit
4d1f2cc
·
verified ·
1 Parent(s): 1d4d07f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,6 +170,6 @@ if st.button("Get Answer") or st.session_state.submit_clicked:
170
  st.markdown("---")
171
  st.markdown("""
172
  ### About this app
173
- This application uses a Retrieval-Augmented Generation (RAG) system to answer questions about Indian spiritual texts.
174
  It searches through a database of texts to find relevant passages and generates answers based on those passages.
175
  """)
 
170
  st.markdown("---")
171
  st.markdown("""
172
  ### About this app
173
+ This application uses a Retrieval-Augmented Generation (RAG) system to answer questions about spirituality based on Indian spiritual texts.
174
  It searches through a database of texts to find relevant passages and generates answers based on those passages.
175
  """)