Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ if not api_key:
17
  if not api_key:
18
  api_key = os.getenv('GEMINI_API_KEY_2')
19
 
20
- client = genai.Client(api_key=api_key)
21
  def validate_coordinates(lat, lon):
22
  """Validate and convert latitude and longitude to float."""
23
  try:
 
17
  if not api_key:
18
  api_key = os.getenv('GEMINI_API_KEY_2')
19
 
20
+ client = genai.Client(api_key="AIzaSyDkiYr-eSkqIXpZ1fHlik_YFsFtfQoFi0w")
21
  def validate_coordinates(lat, lon):
22
  """Validate and convert latitude and longitude to float."""
23
  try: