decodingdatascience commited on
Commit
d58f648
·
verified ·
1 Parent(s): a3ff075

Update app.py

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