rairo commited on
Commit
531fbac
·
verified ·
1 Parent(s): 174e92e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import json
10
  import tempfile
11
 
12
  # Initialize Google Gemini AI client
13
- genai.configure(api_key=st.secrets["GOOGLE_API_KEY"])
14
  client = genai.Client()
15
 
16
  def convert_excel_to_csv(excel_file):
 
10
  import tempfile
11
 
12
  # Initialize Google Gemini AI client
13
+ genai.configure(api_key=os.environ["GOOGLE_API_KEY"])
14
  client = genai.Client()
15
 
16
  def convert_excel_to_csv(excel_file):