aliabd HF staff commited on
Commit
3745fe3
1 Parent(s): 7a93e4e

Upload with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- 1/0
3
  def tax_calculator(income, marital_status, assets):
4
  tax_brackets = [(10, 0), (25, 8), (60, 12), (120, 20), (250, 30)]
5
  total_deductible = sum(assets["Cost"])
 
1
  import gradio as gr
2
+
3
  def tax_calculator(income, marital_status, assets):
4
  tax_brackets = [(10, 0), (25, 8), (60, 12), (120, 20), (250, 30)]
5
  total_deductible = sum(assets["Cost"])