retrAIced / app.py
JavierGon12's picture
First commit: test
4d585b4
raw
history blame
83 Bytes
import streamlit as st
x = st.slider("Select a value")
st.write('Test number:', x)