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