ZakyF commited on
Commit
badcba5
·
1 Parent(s): 046b27e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from google import genai
7
 
8
  # --- CONFIG AI ---
9
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
10
- client_ai = genai.Client(api_key=GOOGLE_API_KEY) if GOOGLE_API_KEY else None
11
 
12
  # --- UI STYLE BANK NAGARI PREMIUM ---
13
  custom_css = """
 
7
 
8
  # --- CONFIG AI ---
9
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
10
+ client_ai = genai.Client(api_key=GOOGLE_API_KEY)
11
 
12
  # --- UI STYLE BANK NAGARI PREMIUM ---
13
  custom_css = """