MLDeveloper commited on
Commit
4f40c8e
·
verified ·
1 Parent(s): 59c6938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: