Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,9 +26,9 @@ import io
|
|
| 26 |
|
| 27 |
|
| 28 |
# In[4]:
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
client = genai.Client(api_key=GOOGLE_API_KEY)
|
| 33 |
|
| 34 |
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
# In[4]:
|
| 29 |
+
import os
|
| 30 |
+
GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
|
| 31 |
+
# Replace with your key
|
| 32 |
client = genai.Client(api_key=GOOGLE_API_KEY)
|
| 33 |
|
| 34 |
|