Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from google.genai import types
|
|
| 11 |
# --- Configuration and Client Initialization ---
|
| 12 |
load_dotenv()
|
| 13 |
|
| 14 |
-
try
|
| 15 |
# Initializing the client exactly as in your code
|
| 16 |
client = genai.Client(api_key=os.environ["GEMINI_API_KEY"])
|
| 17 |
except KeyError:
|
|
|
|
| 11 |
# --- Configuration and Client Initialization ---
|
| 12 |
load_dotenv()
|
| 13 |
|
| 14 |
+
try:
|
| 15 |
# Initializing the client exactly as in your code
|
| 16 |
client = genai.Client(api_key=os.environ["GEMINI_API_KEY"])
|
| 17 |
except KeyError:
|