Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,12 @@ def time_value_of_money_calculator(capital_expenditure, annual_revenue, operatin
|
|
| 31 |
- **NPV:** ${net_present_value:,.0f}
|
| 32 |
- **PAYBACK:** {payback_period} years
|
| 33 |
- **PI:** {profitability_index:.1f}%
|
| 34 |
-
- **STATUS:** {project_status}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
gr.Interface(time_value_of_money_calculator,
|
| 37 |
[gr.Number(10000000, label="CAPEX ($)"),
|
|
|
|
| 31 |
- **NPV:** ${net_present_value:,.0f}
|
| 32 |
- **PAYBACK:** {payback_period} years
|
| 33 |
- **PI:** {profitability_index:.1f}%
|
| 34 |
+
- **STATUS:** {project_status}
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
**👨💼 App Builder: M.Kamran Liaqat**
|
| 38 |
+
**🆔 ID: 2k23-chE-05**
|
| 39 |
+
"""
|
| 40 |
|
| 41 |
gr.Interface(time_value_of_money_calculator,
|
| 42 |
[gr.Number(10000000, label="CAPEX ($)"),
|