diff --git a/app.py b/app.py index 260296a..2df1815 100644 --- a/app.py +++ b/app.py @@ -130,4 +130,6 @@ def convert_units(value, from_unit, to_unit, category): if st.button("Convert"): result = convert_units(value, from_unit, to_unit, category) - st.success(f"{value} {from_unit} = {result:.4f} {to_unit}") \ No newline at end of file + st.success(f"{value} {from_unit} = {result:.4f} {to_unit}") + +st.markdown("hello ligia") \ No newline at end of file