Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ st.set_page_config(
|
|
| 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:
|
|
|
|
| 15 |
|
| 16 |
# Retrieve the Google API key from the environment
|
| 17 |
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
| 18 |
+
GOOGLE_API_KEY=AIzaSyB8XqUjANeAvV1Z8O24wKzD90gly3jZmTA
|
| 19 |
|
| 20 |
# Check if the API key is loaded
|
| 21 |
if not GOOGLE_API_KEY:
|