AroojImtiaz
commited on
Update app.py
Browse files
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("
|
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:
|