MLDeveloper commited on
Commit
9ace944
·
verified ·
1 Parent(s): f4bd551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, daily_output_kWh, total_system_cost, monthly_savings_rs, payback_period_years],
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 solar output in kWh, total_system_cost, monthly_savings_rs, payback_period_years],
150
  marker_color='#636EFA'
151
  ),
152
  go.Bar(