ManarFathy12 commited on
Commit
4815ab8
·
verified ·
1 Parent(s): 65e8cd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from dotenv import load_dotenv
12
  # 1. SETUP API KEY
13
  # ----------------
14
  load_dotenv()
15
- api_key = os.getenv("Gemini_API_Key")
16
  # Configure the Google AI library
17
  genai.configure(api_key=api_key)
18
 
 
12
  # 1. SETUP API KEY
13
  # ----------------
14
  load_dotenv()
15
+ api_key = os.getenv("AIzaSyCO-ynPjcqQ17ZkTD2i0dm0XEjmRIxGp0k")
16
  # Configure the Google AI library
17
  genai.configure(api_key=api_key)
18