Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
| 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)
|