manik-hossain commited on
Commit
5c0fa85
·
verified ·
1 Parent(s): 65a3b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from langchain_google_genai import ChatGoogleGenerativeAI, GoogleGenerativeAIEmb
9
  from langchain_community.document_loaders import PyPDFLoader
10
 
11
  # Streamlit app config
12
- st.subheader("**TalkWithPDF**: Upload PDFs and have interactive conversations to get instant answers.")
13
  with st.sidebar:
14
  google_api_key = st.text_input("Google API key", type="password")
15
  source_doc = st.file_uploader("Source document", type="pdf")
 
9
  from langchain_community.document_loaders import PyPDFLoader
10
 
11
  # Streamlit app config
12
+ st.subheader("Upload PDFs and have interactive conversations to get instant answers.")
13
  with st.sidebar:
14
  google_api_key = st.text_input("Google API key", type="password")
15
  source_doc = st.file_uploader("Source document", type="pdf")