team3 / app.py
TomSmail's picture
feat: add training to app.py file
161c79e verified
raw
history blame
No virus
107 Bytes
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)
psy.train_model()