MLDeveloper commited on
Commit
4208ef9
·
verified ·
1 Parent(s): 44848fc

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_solar_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_Output_kWh , total_system_cost, monthly_savings_rs, payback_period_years],
150
  marker_color='#636EFA'
151
  ),
152
  go.Bar(