team3 / app.py
TomSmail's picture
fix: import issue
2a54cc4 verified
raw
history blame
No virus
135 Bytes
import streamlit as st
from psy import train_model
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)
psy.train_model()