Spaces:
Sleeping
Sleeping
Commit
·
f2d59f7
1
Parent(s):
182906f
battery price limit fix
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ def main():
|
|
198 |
st.number_input(
|
199 |
"Battery Price (Ksh)",
|
200 |
5000,
|
201 |
-
|
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",
|