Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,10 +7,8 @@ import json
|
|
| 7 |
import google.generativeai as genai
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
import os
|
| 10 |
-
|
| 11 |
# Load environment variables
|
| 12 |
load_dotenv()
|
| 13 |
-
|
| 14 |
# Configure Google Generative AI API
|
| 15 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY", "your-api-key-here"))
|
| 16 |
|
|
|
|
| 7 |
import google.generativeai as genai
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
import os
|
|
|
|
| 10 |
# Load environment variables
|
| 11 |
load_dotenv()
|
|
|
|
| 12 |
# Configure Google Generative AI API
|
| 13 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY", "your-api-key-here"))
|
| 14 |
|