Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from langchain.embeddings import HuggingFaceEmbeddings
|
|
12 |
os.environ["OPENAI_API_KEY"] = "api_key"
|
13 |
|
14 |
# Set up the title and LinkedIn link
|
|
|
15 |
st.markdown("[Engr. Hamesh Raj](https://www.linkedin.com/in/datascientisthameshraj/)")
|
16 |
st.title("PDF Query Chatbot")
|
17 |
|
|
|
12 |
os.environ["OPENAI_API_KEY"] = "api_key"
|
13 |
|
14 |
# Set up the title and LinkedIn link
|
15 |
+
st.title("")
|
16 |
st.markdown("[Engr. Hamesh Raj](https://www.linkedin.com/in/datascientisthameshraj/)")
|
17 |
st.title("PDF Query Chatbot")
|
18 |
|