arpita-23 commited on
Commit
d6ce488
·
verified ·
1 Parent(s): c25b05c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ print("Google Generative AI module is successfully imported!")
12
 
13
  # Load API keys and environment variables
14
  load_dotenv()
15
- genai.configure(api_key="AIzaSyDZWbfraejJu0Rlq5HBjS49ngiC4fWjRVg")
16
 
17
  # gemini function for general content generation
18
  def get_gemini_response(input):
 
12
 
13
  # Load API keys and environment variables
14
  load_dotenv()
15
+ genai.configure(api_key="AIzaSyAEzZLb7R1CNTWwFXoUsWNrV47X9JgGu1o")
16
 
17
  # gemini function for general content generation
18
  def get_gemini_response(input):