tcapelle commited on
Commit
9570030
1 Parent(s): f521194
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def main() -> None:
52
  table = get_table(sueldo_bruto_reforma, TRAMOS_REFORMA)
53
  col2.dataframe(table)
54
  total_reforma = table["Impuesto"].sum()
55
- col2.subheader(f"Total Impuesto con Reforma: ${total_reforma} ({(total_reforma/sueldo_bruto):.2f}\%)")
56
 
57
 
58
  # st.plotly_chart()
 
52
  table = get_table(sueldo_bruto_reforma, TRAMOS_REFORMA)
53
  col2.dataframe(table)
54
  total_reforma = table["Impuesto"].sum()
55
+ col2.subheader(f"Total Impuesto con Reforma: ${total_reforma} ({100*(total_reforma/sueldo_bruto):.2f}\%)")
56
 
57
 
58
  # st.plotly_chart()