vivek9chavan commited on
Commit
4f37c46
·
verified ·
1 Parent(s): 641b9cd

Update app.py

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