charagu-eric commited on
Commit
0dbc224
·
1 Parent(s): 9c8eecc

refined values

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def initialize_session_state():
26
  "solar_panels": 100,
27
  "batteries": 50,
28
  "panel_price": 13000,
29
- "battery_price": 39000,
 
30
  "grid_price": 28.44,
31
  }
32
  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():