MLDeveloper commited on
Commit
822b684
·
verified ·
1 Parent(s): f059773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ if submitted and location and roof_size > 0 and electricity_bill >= 0:
66
 
67
  if state_data is not None:
68
  ghi = state_data['Avg_GHI (kWh/m²/day)']
69
- solar_cost_per_kw = state_data['Solar_Cost_per_KW (₹)']
70
 
71
  prompt_text = build_prompt(location, roof_size, electricity_bill, ghi, solar_cost_per_kw)
72
 
 
66
 
67
  if state_data is not None:
68
  ghi = state_data['Avg_GHI (kWh/m²/day)']
69
+ solar_cost_per_kw = state_data['Solar_Cost_per_kW (₹)']
70
 
71
  prompt_text = build_prompt(location, roof_size, electricity_bill, ghi, solar_cost_per_kw)
72