mac001 commited on
Commit
6094ecc
1 Parent(s): ef38c60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,8 +9,9 @@ from PIL import Image
9
 
10
  print("google-generativeai:", genai.__version__)
11
 
12
- GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
13
 
 
14
  TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
15
  SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision API</h2>"""
16
  DUPLICATE = """
 
9
 
10
  print("google-generativeai:", genai.__version__)
11
 
12
+ #GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
13
 
14
+ GOOGLE_API_KEY='AIzaSyAJTOaud9nzRhLP6AVbG9u3WajhlxWt2GQ'
15
  TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
16
  SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision API</h2>"""
17
  DUPLICATE = """