pradeepodela commited on
Commit
fbbef2b
·
1 Parent(s): eef4d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 their questions based on the documents you have access to. When answering the questions, only rely on the info in documents.")
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)