fix minor typos
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ very close. The calculator can be found [here](https://www.brutto-netto-rechner.
|
|
| 43 |
# Conclusion
|
| 44 |
|
| 45 |
- Some minor and complex tax deductions were not taken into account.
|
| 46 |
-
- **Based on the estimations above and my desire to earn around 4000-4500 Euro
|
| 47 |
the projected self-employed salary would be around 160K-180K Euro a year.**
|
| 48 |
"""
|
| 49 |
|
|
@@ -61,4 +61,4 @@ iface = gr.Interface(
|
|
| 61 |
)
|
| 62 |
|
| 63 |
# Launch the app.
|
| 64 |
-
iface.launch(
|
|
|
|
| 43 |
# Conclusion
|
| 44 |
|
| 45 |
- Some minor and complex tax deductions were not taken into account.
|
| 46 |
+
- **Based on the estimations above and my desire to earn around 4000-4500 Euro after tax a month,
|
| 47 |
the projected self-employed salary would be around 160K-180K Euro a year.**
|
| 48 |
"""
|
| 49 |
|
|
|
|
| 61 |
)
|
| 62 |
|
| 63 |
# Launch the app.
|
| 64 |
+
iface.launch()
|