blah / app.py
suds's picture
app.py
0883711
raw
history blame
No virus
69 Bytes
import streamlit as st
x = st.slider("select something")
st.write(x)