Brunohdez commited on
Commit
a5b0d06
verified
1 Parent(s): a5319f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")