blah / app.py
suds's picture
app.py
0883711
import streamlit as st
x = st.slider("select something")
st.write(x)