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