Nazhar commited on
Commit
663f750
·
verified ·
1 Parent(s): 2c154c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,8 @@ from langchain_community.vectorstores import FAISS
16
  from langchain_community.llms import HuggingFaceHub
17
  from langchain_core.prompts import PromptTemplate
18
  from langchain.chains import RetrievalQA
 
 
19
 
20
  # Disclaimer to be dispalyed at the bottom of each tab
21
  disclaimer = """
 
16
  from langchain_community.llms import HuggingFaceHub
17
  from langchain_core.prompts import PromptTemplate
18
  from langchain.chains import RetrievalQA
19
+ import os
20
+
21
 
22
  # Disclaimer to be dispalyed at the bottom of each tab
23
  disclaimer = """