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