evanperez commited on
Commit
e6be9e5
·
verified ·
1 Parent(s): 1f57e6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ from langchain.vectorstores import FAISS
8
  from langchain_google_genai import ChatGoogleGenerativeAI
9
  from langchain.chains.question_answering import load_qa_chain
10
  from langchain.prompts import PromptTemplate
11
- import os
12
 
13
 
14
  st.set_page_config(page_title="RAG Demo - Evan Perez", layout ="wide")
 
8
  from langchain_google_genai import ChatGoogleGenerativeAI
9
  from langchain.chains.question_answering import load_qa_chain
10
  from langchain.prompts import PromptTemplate
 
11
 
12
 
13
  st.set_page_config(page_title="RAG Demo - Evan Perez", layout ="wide")