Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import json
|
|
| 10 |
import tempfile
|
| 11 |
|
| 12 |
# Initialize Google Gemini AI client
|
| 13 |
-
genai.configure(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):
|