Update Gradio version
Browse files
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
---
|
2 |
title: Optimal Monthly Room Rent Calculator For Hra Exemption
|
3 |
-
description:
|
|
|
|
|
4 |
emoji: π
|
5 |
colorFrom: pink
|
6 |
colorTo: indigo
|
7 |
sdk: gradio
|
8 |
-
sdk_version:
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: mit
|
12 |
---
|
13 |
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Optimal Monthly Room Rent Calculator For Hra Exemption
|
3 |
+
description: >-
|
4 |
+
This app calculates the optimal monthly room rent that you can use to get the
|
5 |
+
maximum HRA exemption as per the Indian Income Tax regulations
|
6 |
emoji: π
|
7 |
colorFrom: pink
|
8 |
colorTo: indigo
|
9 |
sdk: gradio
|
10 |
+
sdk_version: 5.0.1
|
11 |
app_file: app.py
|
12 |
pinned: false
|
13 |
license: mit
|
14 |
---
|
15 |
|
16 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|