decodingdatascience commited on
Commit
708bdb4
·
verified ·
1 Parent(s): b13b40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import json
7
 
8
  load_dotenv() ## load all our environment variables
9
 
10
- os.getenv("GOOGLE_API_KEYS")
11
- genai.configure(api_key=os.getenv("GOOGLE_API_KEYS"))
12
 
13
 
14
 
 
7
 
8
  load_dotenv() ## load all our environment variables
9
 
10
+ os.getenv("GOOGLE_API_KEY")
11
+ genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
12
 
13
 
14