Spaces:
Sleeping
Sleeping
rickyt commited on
Commit ·
33b3434
1
Parent(s): 7daaa75
code changes - fuel per month
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def simulate(
|
|
| 31 |
return (
|
| 32 |
f"{fuel_rate:,.2f}",
|
| 33 |
f"{production_per_day:,.2f}",
|
| 34 |
-
f"{fuel_per_day:,.2f}"
|
| 35 |
f"{fuel_per_month:,.2f}"
|
| 36 |
)
|
| 37 |
|
|
|
|
| 31 |
return (
|
| 32 |
f"{fuel_rate:,.2f}",
|
| 33 |
f"{production_per_day:,.2f}",
|
| 34 |
+
f"{fuel_per_day:,.2f}",
|
| 35 |
f"{fuel_per_month:,.2f}"
|
| 36 |
)
|
| 37 |
|