Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
license: mit
|
|
|
10 |
---
|
11 |
|
12 |
# π Amortization Report
|
@@ -57,6 +58,4 @@ Clone the repo and install the required packages:
|
|
57 |
```bash
|
58 |
git clone https://huggingface.co/spaces/ali-denewade/amortization-report
|
59 |
cd amortization-report
|
60 |
-
pip install -r requirements.txt
|
61 |
-
|
62 |
-
|
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
license: mit
|
10 |
+
sdk_version: 5.29.1
|
11 |
---
|
12 |
|
13 |
# π Amortization Report
|
|
|
58 |
```bash
|
59 |
git clone https://huggingface.co/spaces/ali-denewade/amortization-report
|
60 |
cd amortization-report
|
61 |
+
pip install -r requirements.txt
|
|
|
|