Docker_v / app.py
XDHDD's picture
Update app.py
d4046ed
raw
history blame
106 Bytes
import streamlit as st
age = st.slider('How old are you?', 0, 130, 25)
st.write("I'm ", age, 'years old')