tcapelle commited on
Commit
aba1b0b
1 Parent(s): 7ac420f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def main() -> None:
32
  st.header("Calcula tu impuesto a la renta :moneybag: :dollar: :bar_chart:")
33
 
34
  with st.expander("Como se usa esta cosa?"):
35
- st.write(Path("README.md").read_text())
36
 
37
  st.subheader("Ingresa tus datos (click para expandir)")
38
  sueldo_bruto = st.number_input(
 
32
  st.header("Calcula tu impuesto a la renta :moneybag: :dollar: :bar_chart:")
33
 
34
  with st.expander("Como se usa esta cosa?"):
35
+ st.write(Path("info.md").read_text())
36
 
37
  st.subheader("Ingresa tus datos (click para expandir)")
38
  sueldo_bruto = st.number_input(