MLDeveloper commited on
Commit
fec7bb9
·
verified ·
1 Parent(s): 1854cda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")