hemanth07k commited on
Commit
8e03130
·
verified ·
1 Parent(s): fc195dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from google import genai
4
  from google.genai import types
5
  from google.colab import userdata
6
 
7
- client = genai.Client(api_key=userdata.get("GEMINI_API_KEY"))
8
 
9
  personalities = {
10
  "Friendly":
 
4
  from google.genai import types
5
  from google.colab import userdata
6
 
7
+ client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
8
 
9
  personalities = {
10
  "Friendly":