Spaces:
Runtime error
Runtime error
info
Browse files
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("
|
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(
|