Spaces:
Running
Running
Update app.py
Browse files
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("
|
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>"""
|