eaglelandsonce commited on
Commit
fd46401
·
verified ·
1 Parent(s): 075e7a3

Update pages/8_Gemini-doublequery.py

Browse files
Files changed (1) hide show
  1. pages/8_Gemini-doublequery.py +1 -1
pages/8_Gemini-doublequery.py CHANGED
@@ -4,7 +4,7 @@ import google.generativeai as genai
4
  from io import BytesIO
5
 
6
  # Set your API key
7
- api_key = "your_actual_api_key_here" # Replace with your actual API key
8
 
9
  genai.configure(api_key=api_key)
10
 
 
4
  from io import BytesIO
5
 
6
  # Set your API key
7
+ api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM" # Replace with your actual API key
8
 
9
  genai.configure(api_key=api_key)
10