Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import google.generativeai as genai
|
|
3 |
import json
|
4 |
|
5 |
# Set up Gemini API
|
6 |
-
api_key = "
|
7 |
genai.configure(api_key=api_key)
|
8 |
|
9 |
# Configure the Gemini model
|
|
|
3 |
import json
|
4 |
|
5 |
# Set up Gemini API
|
6 |
+
api_key = "AIzaSyBbusXSbq7JTI8Sa7vjGqu-h2zluKhDpX8"
|
7 |
genai.configure(api_key=api_key)
|
8 |
|
9 |
# Configure the Gemini model
|