Pepguy commited on
Commit
edd7dd7
·
verified ·
1 Parent(s): c6d4440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ HTML = """
64
  """
65
 
66
  def generate_from_gemini(prompt: str) -> str:
67
- client = genai.Client("AIzaSyDolbPUZBPUPvQUu-RGktJmvnUpkcEKIYo")
68
  model = "gemini-2.0-flash"
69
  contents = [
70
  types.Content(
 
64
  """
65
 
66
  def generate_from_gemini(prompt: str) -> str:
67
+ client = genai.Client(apikey="AIzaSyDolbPUZBPUPvQUu-RGktJmvnUpkcEKIYo")
68
  model = "gemini-2.0-flash"
69
  contents = [
70
  types.Content(