Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
- **Annual Interest Rate (%)** β Enter as a percentage (e.g., 5 for 5%)
|
| 12 |
-
- **Number of Periods** β Typically in years
|
| 13 |
-
|
| 14 |
-
Output:
|
| 15 |
-
- An **amortization table** showing yearly payments
|
| 16 |
-
- **Interactive charts** for payment breakdown and remaining balance
|
| 17 |
-
- **Downloadable files**:
|
| 18 |
-
- Excel (`.xlsx`)
|
| 19 |
-
- Chart image (`.png`)
|
| 20 |
-
- Full report (`.pdf`)
|
| 21 |
-
|
| 22 |
-
## π¦ Dependencies
|
| 23 |
-
|
| 24 |
-
Install via `requirements.txt`:
|
| 25 |
-
|
| 26 |
-
```bash
|
| 27 |
-
pip install -r requirements.txt
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Amortization Report
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|