Ujeshhh commited on
Commit
bbb3cf5
·
verified ·
1 Parent(s): d66f9ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ except OSError:
14
  nlp = spacy.load(MODEL_NAME)
15
 
16
  # Configure Google Gemini AI
17
- genai.configure(api_key=os.getenv("AIzaSyDnx_qUjGTFG1pv1otPUhNt_bGGv14aMDI")) # Use environment variable for security
18
 
19
  def analyze_text(text):
20
  """Perform AI-driven text analysis."""
 
14
  nlp = spacy.load(MODEL_NAME)
15
 
16
  # Configure Google Gemini AI
17
+ genai.configure(api_key=os.getenv("GEMINI_API_KEY")) # Use environment variable for security
18
 
19
  def analyze_text(text):
20
  """Perform AI-driven text analysis."""