updated API key and its logic
#1
by
Krish30
- opened
app.py
CHANGED
@@ -14,7 +14,9 @@ st.set_page_config(
|
|
14 |
)
|
15 |
|
16 |
# Retrieve the Google API key from the environment
|
17 |
-
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
|
|
|
|
18 |
|
19 |
# Check if the API key is loaded
|
20 |
if not GOOGLE_API_KEY:
|
|
|
14 |
)
|
15 |
|
16 |
# Retrieve the Google API key from the environment
|
17 |
+
# GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
18 |
+
|
19 |
+
GOOGLE_API_KEY= "AIzaSyD6GX3xs0bJ6z2BCEAZeOvky0rq8xXJ6C0"
|
20 |
|
21 |
# Check if the API key is loaded
|
22 |
if not GOOGLE_API_KEY:
|