Stanisalv commited on
Commit
544fff3
·
1 Parent(s): f4ca982

fix minor typos

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, after tax, a month,
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(share=True)
 
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()