charagu-eric commited on
Commit
f2d59f7
·
1 Parent(s): 182906f

battery price limit fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def main():
198
  st.number_input(
199
  "Battery Price (Ksh)",
200
  5000,
201
- 100000,
202
  step=1000,
203
  key="battery_price",
204
  help="Cost per battery unit",
 
198
  st.number_input(
199
  "Battery Price (Ksh)",
200
  5000,
201
+ 300000,
202
  step=1000,
203
  key="battery_price",
204
  help="Cost per battery unit",