Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import csv
|
|
9 |
st.set_page_config(page_title="AI-based Solar Project Estimation Tool", layout="centered")
|
10 |
|
11 |
# Initialize Gemini
|
12 |
-
genai.configure(api_key=
|
13 |
model = genai.GenerativeModel("gemini-1.5-flash")
|
14 |
|
15 |
# Load solar data
|
|
|
9 |
st.set_page_config(page_title="AI-based Solar Project Estimation Tool", layout="centered")
|
10 |
|
11 |
# Initialize Gemini
|
12 |
+
genai.configure(api_key=("AIzaSyCaEws3xYpyImgujlI6q4KYsNb3pLcKQ3Y"))
|
13 |
model = genai.GenerativeModel("gemini-1.5-flash")
|
14 |
|
15 |
# Load solar data
|