basit123796 commited on
Commit
a4d5451
·
verified ·
1 Parent(s): 0335258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from gradio.data_classes import FileData
10
  # For better security practices, retrieve sensitive information like API keys from environment variables.
11
 
12
  # Fetch an environment variable.
13
- GOOGLE_API_KEY = os.environ.get('GOOGLE_API_KEY')
14
  genai.configure(api_key=GOOGLE_API_KEY)
15
 
16
  # These codelines are just to verify if your api key is correct or not
 
10
  # For better security practices, retrieve sensitive information like API keys from environment variables.
11
 
12
  # Fetch an environment variable.
13
+ GOOGLE_API_KEY = os.environ.get('AIzaSyCXIlf8IiA0Ew8i0-Ki1ObN2kJCIzLghfU')
14
  genai.configure(api_key=GOOGLE_API_KEY)
15
 
16
  # These codelines are just to verify if your api key is correct or not