Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import time
|
|
| 7 |
from google.colab import userdata
|
| 8 |
|
| 9 |
# Configure the Gemini API
|
| 10 |
-
GOOGLE_API_KEY =
|
| 11 |
genai.configure(api_key=GOOGLE_API_KEY)
|
| 12 |
|
| 13 |
# Initialize the model
|
|
|
|
| 7 |
from google.colab import userdata
|
| 8 |
|
| 9 |
# Configure the Gemini API
|
| 10 |
+
GOOGLE_API_KEY = os.getenv("gemini_api") # Replace with your actual API key
|
| 11 |
genai.configure(api_key=GOOGLE_API_KEY)
|
| 12 |
|
| 13 |
# Initialize the model
|