charagu-eric commited on
Commit
182906f
·
1 Parent(s): 0dbc224
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ def initialize_session_state():
26
  "solar_panels": 100,
27
  "batteries": 50,
28
  "panel_price": 13000,
29
- "battery_price":135000
30
- #"battery_price": 39000, 200Ah price
31
  "grid_price": 28.44,
32
  }
33
  for key, value in defaults.items():
 
26
  "solar_panels": 100,
27
  "batteries": 50,
28
  "panel_price": 13000,
29
+ "battery_price": 135000,
30
+ # "battery_price": 39000, 200Ah price
31
  "grid_price": 28.44,
32
  }
33
  for key, value in defaults.items():