File size: 96 Bytes
1afbe4c
 
 
 
 
1
2
3
4
5
import streamlit as st

x = st.input_number("Dame un número")

st.write(f"El número es {x+2}")