Spaces:
Runtime error
Runtime error
Commit ·
fbbef2b
1
Parent(s): eef4d05
Update app.py
Browse files
app.py
CHANGED
|
@@ -482,7 +482,7 @@ def main(VectorStore):
|
|
| 482 |
# Initialize session state
|
| 483 |
initialize_session_state()
|
| 484 |
st.title("AnuragGPT :books:")
|
| 485 |
-
st.markdown("## An AI assistant that help users find the most relevant and accurate answers to
|
| 486 |
|
| 487 |
|
| 488 |
chain = create_conversational_chain(VectorStore)
|
|
|
|
| 482 |
# Initialize session state
|
| 483 |
initialize_session_state()
|
| 484 |
st.title("AnuragGPT :books:")
|
| 485 |
+
st.markdown("#### An AI assistant that help users find the most relevant and accurate answers to your questions ")
|
| 486 |
|
| 487 |
|
| 488 |
chain = create_conversational_chain(VectorStore)
|