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