Spaces:
Runtime error
Runtime error
Update pages/8_Gemini-doublequery.py
Browse files
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 = "
|
| 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 |
|