AroojImtiaz commited on
Commit
2f35e97
·
verified ·
1 Parent(s): 2fe76c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.markdown("<h1 style='font-size:24px;'>RAG with LangChain & GenAI: Any PDF</h1
17
  load_dotenv()
18
 
19
  # Retrieve API key from environment variable
20
- google_api_key = os.getenv("GOOGLE_API_KEY")
21
 
22
  # Check if the API key is available
23
  if google_api_key is None:
 
17
  load_dotenv()
18
 
19
  # Retrieve API key from environment variable
20
+ google_api_key = os.getenv("AIzaSyCs9jZlVVf_7_oEanpTOqjsPzgK_oTsfRU")
21
 
22
  # Check if the API key is available
23
  if google_api_key is None: