demo0 / app.py
LuisLozano's picture
Create app.py
1afbe4c verified
raw
history blame
96 Bytes
import streamlit as st
x = st.input_number("Dame un número")
st.write(f"El número es {x+2}")