datascientist22 commited on
Commit
93c6cd0
·
verified ·
1 Parent(s): 4d506bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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