Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ if submitted and location:
|
|
146 |
go.Bar(
|
147 |
name="System Size (kW)",
|
148 |
x=["Solar System Size", "Daily Output", "Total Cost", "Monthly Savings", "Payback Period"],
|
149 |
-
y=[system_size_kw,
|
150 |
marker_color='#636EFA'
|
151 |
),
|
152 |
go.Bar(
|
|
|
146 |
go.Bar(
|
147 |
name="System Size (kW)",
|
148 |
x=["Solar System Size", "Daily Output", "Total Cost", "Monthly Savings", "Payback Period"],
|
149 |
+
y=[system_size_kw, Daily_Output_kWh , total_system_cost, monthly_savings_rs, payback_period_years],
|
150 |
marker_color='#636EFA'
|
151 |
),
|
152 |
go.Bar(
|