import streamlit as st x = st.input_number("Dame un número") st.write(f"El número es {x+2}")