Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def carbonFootPrintAI(monthly_oil_bill: int,
|
|
11 |
recycle_newspaper=False,
|
12 |
recycle_aluminium_and_tin=False):
|
13 |
|
14 |
-
api_key = os.getenv(GEMINI_API_KEY)
|
15 |
|
16 |
genai.configure(api_key=api_key)
|
17 |
|
|
|
11 |
recycle_newspaper=False,
|
12 |
recycle_aluminium_and_tin=False):
|
13 |
|
14 |
+
api_key = os.getenv("GEMINI_API_KEY")
|
15 |
|
16 |
genai.configure(api_key=api_key)
|
17 |
|