BoojithDharshan commited on
Commit
9c8f0c2
·
verified ·
1 Parent(s): 8ea2c89

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
  import textstat # For readability and complexity score
5
 
6
- # Ensure the API key is securely set
7
  GOOGLE_API_KEY = os.getenv("AIzaSyAfR5zgLAuYaBeJUxnVjkKTII5uneNmKrk") # Load API key from environment variable
8
  genai.configure(api_key=GOOGLE_API_KEY)
9
 
 
3
  import os
4
  import textstat # For readability and complexity score
5
 
6
+ # Ensure the API key is securely
7
  GOOGLE_API_KEY = os.getenv("AIzaSyAfR5zgLAuYaBeJUxnVjkKTII5uneNmKrk") # Load API key from environment variable
8
  genai.configure(api_key=GOOGLE_API_KEY)
9