Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
""")
|