Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import plotly.graph_objects as go
|
|
10 |
load_dotenv()
|
11 |
|
12 |
# Set page configuration first
|
13 |
-
st.set_page_config(page_title="AI-based Solar Project Estimation Tool", layout="centered")
|
14 |
|
15 |
# Initialize Gemini with the API key loaded from the .env file
|
16 |
api_key = os.getenv("GOOGLE_API_KEY")
|
|
|
10 |
load_dotenv()
|
11 |
|
12 |
# Set page configuration first
|
13 |
+
st.set_page_config(page_title="☀️AI-based Solar Project Estimation Tool", layout="centered")
|
14 |
|
15 |
# Initialize Gemini with the API key loaded from the .env file
|
16 |
api_key = os.getenv("GOOGLE_API_KEY")
|