vinhnx90 commited on
Commit
dd414df
1 Parent(s): 60d06b5

Update header message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with st.container():
41
  st.header(":books: InkChatGPT")
42
  st.caption(
43
  """
44
- Simple Retrieval Augmented Generation (RAG) LLM application that allows users to upload PDF documents and engage in a conversational Q&A, with a language model (LLM) based on the content of those documents.
45
 
46
  Think of it as ChatGPT for your documents.
47
 
 
41
  st.header(":books: InkChatGPT")
42
  st.caption(
43
  """
44
+ Simple Retrieval Augmented Generation (RAG) application that allows users to upload PDF documents and engage in a conversational Q&A, with a language model (LLM) based on the content of those documents. Built with LangChain as Streamlit.
45
 
46
  Think of it as ChatGPT for your documents.
47