Sa-m commited on
Commit
3beb0c2
·
verified ·
1 Parent(s): 3323e08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -22,9 +22,7 @@ from io import StringIO
22
  nltk.download('punkt', quiet=True)
23
  nltk.download('wordnet', quiet=True)
24
 
25
- # Configuration
26
- GEMINI_API_KEY = "your_gemini_api_key" # Replace with your key
27
- GROQ_API_KEY = "your_groq_api_key" # Replace with your key
28
 
29
  # Initialize APIs
30
  genai.configure(api_key=GEMINI_API_KEY)
 
22
  nltk.download('punkt', quiet=True)
23
  nltk.download('wordnet', quiet=True)
24
 
25
+
 
 
26
 
27
  # Initialize APIs
28
  genai.configure(api_key=GEMINI_API_KEY)