MLDeveloper commited on
Commit
60fba4d
·
verified ·
1 Parent(s): d814a39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +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
- GOOGLE_API_KEY=AIzaSyB8XqUjANeAvV1Z8O24wKzD90gly3jZmTA
19
 
20
  # Check if the API key is loaded
21
  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: