JeCabrera commited on
Commit
0b3b312
·
verified ·
1 Parent(s): 4d65cdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ print("google-generativeai:", genai.__version__)
14
  load_dotenv()
15
 
16
  # Configurar la API de Google usando la clave desde las variables de entorno
17
- genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
18
 
19
  TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
20
  SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision</h2>"""
 
14
  load_dotenv()
15
 
16
  # Configurar la API de Google usando la clave desde las variables de entorno
17
+ genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
18
 
19
  TITLE = """<h1 align="center">Gemini Playground 💬</h1>"""
20
  SUBTITLE = """<h2 align="center">Play with Gemini Pro and Gemini Pro Vision</h2>"""