Shahzad8515 commited on
Commit
72b8264
1 Parent(s): 2743781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import google.generativeai as genai
3
  import os
4
 
5
  # Set the API key directly in the script (this should be done securely in a real application)
6
- os.environ["API_KEY"] = "AIzaSyBoPRKPvsVcMZ4e7HumwGEnfXLqee_WDBo"
7
 
8
  # Configure Google Gemini API
9
  genai.configure(api_key=os.environ["API_KEY"])
 
3
  import os
4
 
5
  # Set the API key directly in the script (this should be done securely in a real application)
6
+ os.environ["API_KEY"] = google_api_key
7
 
8
  # Configure Google Gemini API
9
  genai.configure(api_key=os.environ["API_KEY"])