Skip to content

Commit 728eace

Browse files
committed
chore: Minor cleanup
1 parent c401119 commit 728eace

2 files changed

Lines changed: 2 additions & 140 deletions

File tree

scripts/analyze_snapshot_scenarios.py

Lines changed: 0 additions & 138 deletions
This file was deleted.

src/solarbatteryield/streamlit_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
PV Analysis Application - Main Entry Point
2+
SolarBatterYield - Main Entry Point
33
44
A Streamlit application for analyzing PV systems with battery storage.
55
Compares different storage configurations and investment scenarios.
@@ -8,7 +8,7 @@
88
import streamlit as st
99

1010
# Configure page first (must be first Streamlit command)
11-
st.set_page_config(page_title="PV & Speicher Analyse", page_icon="☀️", layout="wide")
11+
st.set_page_config(page_title="SolarBatterYield", page_icon="☀️", layout="wide")
1212

1313
# Import application modules
1414
from solarbatteryield.api import get_pvgis_hourly, PVGISError, APIError

0 commit comments

Comments
 (0)