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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -64,7 +64,10 @@ HTML = """
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(
 
64
  """
65
 
66
  def generate_from_gemini(prompt: str) -> str:
67
+ client = genai.Client(
68
+ api_key="AIzaSyDolbPUZBPUPvQUu-RGktJmvnUpkcEKIYo",
69
+ )
70
+
71
  model = "gemini-2.0-flash"
72
  contents = [
73
  types.Content(