Skip to content

Commit 7bcbe9e

Browse files
authored
Update app.py
1 parent 82fbc4b commit 7bcbe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def load_data():
5252
#### **Key Assumptions & Definitions**
5353
5454
* **Data Center Scale:** The scale is defined by **Peak Demand (MW)**. The default `demand_profile.csv` simulates a data center scaling from **{initial_peak_demand:.1f} MW** to **{final_peak_demand:.1f} MW**.
55-
* **Market Scenarios:** The initial grid and natural gas prices are loaded based on the selected market scenario in the sidebar.
55+
* **Market Scenarios:** The initial grid and natural gas prices are loaded based on the selected market scenario.
5656
* **LCOE & TCO:** The LCOE (Levelized Cost of Energy) is calculated based on the asset's full lifetime ({config.get('asset_lifetime_years', 20)} years) to provide a true annualized cost. The TCO reflects the 5-year total cost outlay.
5757
* **No Subsidies:** **Crucially, this model does NOT include any government subsidies, tax credits (like the U.S. IRA), or other incentives.** It is a pure cost-based analysis.
5858
""")

0 commit comments

Comments
 (0)