Update app.py
Browse files
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['
|
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 |
|