Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import streamlit as st
|
|
| 2 |
from google import genai
|
| 3 |
from google.genai import types
|
| 4 |
from PyPDF2 import PdfReader
|
|
|
|
| 5 |
|
| 6 |
# Configura tu API Key directamente en el c贸digo
|
| 7 |
GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY")
|
|
|
|
| 2 |
from google import genai
|
| 3 |
from google.genai import types
|
| 4 |
from PyPDF2 import PdfReader
|
| 5 |
+
import os
|
| 6 |
|
| 7 |
# Configura tu API Key directamente en el c贸digo
|
| 8 |
GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY")
|