Spaces:
Runtime error
Runtime error
Commit
·
5e7a6b1
1
Parent(s):
9ebd672
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
# Assuming google.generativeai as genai is the correct import based on your description
|
9 |
import google.generativeai as genai
|
10 |
|
11 |
-
Configure the API key (should be set as an environment variable or secure storage in production)
|
12 |
api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM" # Replace with your actual API key
|
13 |
genai.configure(api_key=api_key)
|
14 |
|
|
|
8 |
# Assuming google.generativeai as genai is the correct import based on your description
|
9 |
import google.generativeai as genai
|
10 |
|
11 |
+
#Configure the API key (should be set as an environment variable or secure storage in production)
|
12 |
api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM" # Replace with your actual API key
|
13 |
genai.configure(api_key=api_key)
|
14 |
|